COLOR #D9C381

HEX: #D9C381
RGB: (217,195,129)

Renk bilgisi

#D9C381 contains mainly red and green colors. #D9C381 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D9C381 color RGB value is (217,195,129).

  • kırmız ton 217;
  • yeşil ton 195;
  • mavi ton 129.
RGB:
(217,195,129)
(85%,76%,51%)

RGB bağlantıları ve doygunluk

R 217 of 255 = 85%
G 195 of 255 = 76%
B 129 of 255 = 51%

217
195
129

R + G + B ~ 71%. #D9C381 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
217 + 195 + 129 = 541 (100%)
R 217 of 541 ~ 40.11%
G 195 of 541 ~ 36.04%
B 129 of 541 ~ 23.84%

%40.11
%36.04
%23.84

CMYK RENK MODELİ

#D9C381 rengi CMYK tonu (0,10,41,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.14%
  • sarı tonu 40.55%
  • ana renk tonu 14.90%
CMYK:
(0,10,41,15)
C0M10Y41K15 
(0%,10%,41%,15%)
(0.00/0.10/0.41/0.15)	

CMYK yüzdeleri

%0
%10.14
%40.55
%14.9

Codes

Color #D9C381 in popluar color models

D9C381
RGB217195129
HSL45°53.66%67.84%
HSB/HSV45°40.55%85.10%
CMYK0.00%10.14%40.55%
14.90%

Color #D9C381 in popluar number systems.

HEXD9C381
Decimal217195129
Binary110110011100001110000001
Octal331303201

Shades and tints

Shades of #D9C381

#D9C381
(217,195,129)
#C6B276
(198,178,118)
#B3A16B
(179,161,107)
#A09060
(160,144,96)
#8D7F55
(141,127,85)
#7A6E4A
(122,110,74)
#675D3F
(103,93,63)
#544C34
(84,76,52)
#413B29
(65,59,41)
#2E2A1E
(46,42,30)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #D9C381

#D9C381
(217,195,129)
#DCC88C
(220,200,140)
#DFCD97
(223,205,151)
#E2D2A2
(226,210,162)
#E5D7AD
(229,215,173)
#E8DCB8
(232,220,184)
#EBE1C3
(235,225,195)
#EEE6CE
(238,230,206)
#F1EBD9
(241,235,217)
#F4F0E4
(244,240,228)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9C381 color. Also use rgb(217,195,129) instead hex code.

Text Font Color

.myTextColor { color: #D9C381; }

<p style="color:#D9C381">This sample text font color is #D9C381.</p>

This text font color is #D9C381.


Background Color

.myBgColor { background-color: #D9C381; }

<div style="background-color:#D9C381">Inner text</div>

This div background color is #D9C381.


Border color

.myBorderColor { border: 1px solid #D9C381; }

<div style="border:3px solid #D9C381">Div</div>

This div border color is #D9C381.


Opacity

.myOpacity80 { color: #D9C381; opacity: 0.8; }

<p style="color:#D9C381;opacity:0.8;">80%</p>

Text with #D9C381 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D9C381;}

<p style="text-shadow: 3px 3px 1px #D9C381">Text here.</p>

This text has shadow with #D9C381 color.

.textShadow {text-shadow: 3px 3px 1px #D9C381, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D9C381, 5px 5px 20px red">Text here.</p>

This text has shadow with #D9C381 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9C381, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D9C381, Direction=45, Strength=4)">Text</p>

This text has shadow with #D9C381 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D9C381;
  -webkit-box-shadow:	1px 1px 3px 2px #D9C381;
  box-shadow:		1px 1px 3px 2px #D9C381;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9C381;
-webkit-box-shadow: 1px 1px 3px 2px #D9C381;
box-shadow:1px 1px 3px 2px #D9C381;">
Div content here</div>
This div box has shadow with color #D9C381.

Preview

Color preview on black background

This text has color #D9C381 on black background.


Color preview on white background

This text has color #D9C381 on white background.



Black color preview on #D9C381 background

This text has black color on #D9C381 background.


White color preview on #D9C381 background

This text has white color on #D9C381 background.