COLOR #D5C76A

HEX: #D5C76A
RGB: (213,199,106)

Renk bilgisi

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

RGB renk modeli

#D5C76A color RGB value is (213,199,106).

  • kırmız ton 213;
  • yeşil ton 199;
  • mavi ton 106.
RGB:
(213,199,106)
(84%,78%,42%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 199 of 255 = 78%
B 106 of 255 = 42%

213
199
106

R + G + B ~ 68%. #D5C76A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 199 + 106 = 518 (100%)
R 213 of 518 ~ 41.12%
G 199 of 518 ~ 38.42%
B 106 of 518 ~ 20.46%

%41.12
%38.42
%20.46

CMYK RENK MODELİ

#D5C76A rengi CMYK tonu (0,7,50,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.57%
  • sarı tonu 50.23%
  • ana renk tonu 16.47%
CMYK:
(0,7,50,16)
C0M7Y50K16 
(0%,7%,50%,16%)
(0.00/0.07/0.50/0.16)	

CMYK yüzdeleri

%0
%6.57
%50.23
%16.47

Codes

Color #D5C76A in popluar color models

D5C76A
RGB213199106
HSL52°56.02%62.55%
HSB/HSV52°50.23%83.53%
CMYK0.00%6.57%50.23%
16.47%

Color #D5C76A in popluar number systems.

HEXD5C76A
Decimal213199106
Binary11010101110001111101010
Octal325307152

Shades and tints

Shades of #D5C76A

#D5C76A
(213,199,106)
#C2B561
(194,181,97)
#AFA358
(175,163,88)
#9C914F
(156,145,79)
#897F46
(137,127,70)
#766D3D
(118,109,61)
#635B34
(99,91,52)
#50492B
(80,73,43)
#3D3722
(61,55,34)
#2A2519
(42,37,25)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #D5C76A

#D5C76A
(213,199,106)
#D8CC77
(216,204,119)
#DBD184
(219,209,132)
#DED691
(222,214,145)
#E1DB9E
(225,219,158)
#E4E0AB
(228,224,171)
#E7E5B8
(231,229,184)
#EAEAC5
(234,234,197)
#EDEFD2
(237,239,210)
#F0F4DF
(240,244,223)
#F3F9EC
(243,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C76A color. Also use rgb(213,199,106) instead hex code.

Text Font Color

.myTextColor { color: #D5C76A; }

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

This text font color is #D5C76A.


Background Color

.myBgColor { background-color: #D5C76A; }

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

This div background color is #D5C76A.


Border color

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

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

This div border color is #D5C76A.


Opacity

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

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

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

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

This text has shadow with #D5C76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C76A on black background.


Color preview on white background

This text has color #D5C76A on white background.



Black color preview on #D5C76A background

This text has black color on #D5C76A background.


White color preview on #D5C76A background

This text has white color on #D5C76A background.