COLOR #D8C377

HEX: #D8C377
RGB: (216,195,119)

Renk bilgisi

#D8C377 contains mainly red and green colors. #D8C377 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#D8C377 color RGB value is (216,195,119).

  • kırmız ton 216;
  • yeşil ton 195;
  • mavi ton 119.
RGB:
(216,195,119)
(85%,76%,47%)

RGB bağlantıları ve doygunluk

R 216 of 255 = 85%
G 195 of 255 = 76%
B 119 of 255 = 47%

216
195
119

R + G + B ~ 69%. #D8C377 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
216 + 195 + 119 = 530 (100%)
R 216 of 530 ~ 40.75%
G 195 of 530 ~ 36.79%
B 119 of 530 ~ 22.45%

%40.75
%36.79
%22.45

CMYK RENK MODELİ

#D8C377 rengi CMYK tonu (0,10,45,15).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.72%
  • sarı tonu 44.91%
  • ana renk tonu 15.29%
CMYK:
(0,10,45,15)
C0M10Y45K15 
(0%,10%,45%,15%)
(0.00/0.10/0.45/0.15)	

CMYK yüzdeleri

%0
%9.72
%44.91
%15.29

Codes

Color #D8C377 in popluar color models

D8C377
RGB216195119
HSL47°55.43%65.69%
HSB/HSV47°44.91%84.71%
CMYK0.00%9.72%44.91%
15.29%

Color #D8C377 in popluar number systems.

HEXD8C377
Decimal216195119
Binary11011000110000111110111
Octal330303167

Shades and tints

Shades of #D8C377

#D8C377
(216,195,119)
#C5B26D
(197,178,109)
#B2A163
(178,161,99)
#9F9059
(159,144,89)
#8C7F4F
(140,127,79)
#796E45
(121,110,69)
#665D3B
(102,93,59)
#534C31
(83,76,49)
#403B27
(64,59,39)
#2D2A1D
(45,42,29)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #D8C377

#D8C377
(216,195,119)
#DBC883
(219,200,131)
#DECD8F
(222,205,143)
#E1D29B
(225,210,155)
#E4D7A7
(228,215,167)
#E7DCB3
(231,220,179)
#EAE1BF
(234,225,191)
#EDE6CB
(237,230,203)
#F0EBD7
(240,235,215)
#F3F0E3
(243,240,227)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C377 color. Also use rgb(216,195,119) instead hex code.

Text Font Color

.myTextColor { color: #D8C377; }

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

This text font color is #D8C377.


Background Color

.myBgColor { background-color: #D8C377; }

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

This div background color is #D8C377.


Border color

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

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

This div border color is #D8C377.


Opacity

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

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

Text with #D8C377 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 #D8C377;}

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

This text has shadow with #D8C377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C377 on black background.


Color preview on white background

This text has color #D8C377 on white background.



Black color preview on #D8C377 background

This text has black color on #D8C377 background.


White color preview on #D8C377 background

This text has white color on #D8C377 background.