COLOR #D5C84C

HEX: #D5C84C
RGB: (213,200,76)

Renk bilgisi

#D5C84C contains mainly red and green colors. #D5C84C ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#D5C84C color RGB value is (213,200,76).

  • kırmız ton 213;
  • yeşil ton 200;
  • mavi ton 76.
RGB:
(213,200,76)
(84%,78%,30%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 200 of 255 = 78%
B 76 of 255 = 30%

213
200
76

R + G + B ~ 64%. #D5C84C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 200 + 76 = 489 (100%)
R 213 of 489 ~ 43.56%
G 200 of 489 ~ 40.9%
B 76 of 489 ~ 15.54%

%43.56
%40.9
%15.54

CMYK RENK MODELİ

#D5C84C rengi CMYK tonu (0,6,64,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.10%
  • sarı tonu 64.32%
  • ana renk tonu 16.47%
CMYK:
(0,6,64,16)
C0M6Y64K16 
(0%,6%,64%,16%)
(0.00/0.06/0.64/0.16)	

CMYK yüzdeleri

%0
%6.1
%64.32
%16.47

Codes

Color #D5C84C in popluar color models

D5C84C
RGB21320076
HSL54°61.99%56.67%
HSB/HSV54°64.32%83.53%
CMYK0.00%6.10%64.32%
16.47%

Color #D5C84C in popluar number systems.

HEXD5C84C
Decimal21320076
Binary11010101110010001001100
Octal325310114

Shades and tints

Shades of #D5C84C

#D5C84C
(213,200,76)
#C2B646
(194,182,70)
#AFA440
(175,164,64)
#9C923A
(156,146,58)
#898034
(137,128,52)
#766E2E
(118,110,46)
#635C28
(99,92,40)
#504A22
(80,74,34)
#3D381C
(61,56,28)
#2A2616
(42,38,22)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #D5C84C

#D5C84C
(213,200,76)
#D8CD5C
(216,205,92)
#DBD26C
(219,210,108)
#DED77C
(222,215,124)
#E1DC8C
(225,220,140)
#E4E19C
(228,225,156)
#E7E6AC
(231,230,172)
#EAEBBC
(234,235,188)
#EDF0CC
(237,240,204)
#F0F5DC
(240,245,220)
#F3FAEC
(243,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C84C color. Also use rgb(213,200,76) instead hex code.

Text Font Color

.myTextColor { color: #D5C84C; }

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

This text font color is #D5C84C.


Background Color

.myBgColor { background-color: #D5C84C; }

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

This div background color is #D5C84C.


Border color

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

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

This div border color is #D5C84C.


Opacity

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

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

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

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

This text has shadow with #D5C84C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C84C on black background.


Color preview on white background

This text has color #D5C84C on white background.



Black color preview on #D5C84C background

This text has black color on #D5C84C background.


White color preview on #D5C84C background

This text has white color on #D5C84C background.