COLOR #D8CA64

HEX: #D8CA64 RGB: (216,202,100)

Color info

#D8CA64 contains mainly red and green colors. Web safe color of #D8CA64 is #CCCC66 (or #CC6).

RGB color model

#D8CA64 color RGB value is (216,202,100).

RGB: (216,202,100) (85%, 79%, 39%)

RGB channels and saturation

R 216 of 255 = 85%
G 202 of 255 = 79%
B 100 of 255 = 39%

216
202
100

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

Portions of RGB colors in percentages

R + G + B = 216 + 202 + 100 = 518 (100%)
R 216 of 518 ~ 41.7%
G 202 of 518 ~ 39%
B 100 of 518 ~ 19.31'%

%41.7
%39
%19.31

CMYK color model

#D8CA64 color CMYK value is (0,6,54,15).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 53.70%
  • key color value is 15.29%

CMYK: (0,6,54,15)
C0M6Y54K15 (0%, 6%, 54%, 15%)
(0.00 / 0.06 / 0.54 / 0.15)

CMYK percentages

%0
%6.48
%53.7
%15.29

Codes

Color #D8CA64 in popluar color models

D8 CA 64
RGB 216 202 100
HSL 53° 59.79% 61.96%
HSB/HSV 53° 53.70% 84.71%
CMYK 0.00% 6.48% 53.70%
15.29%

Color #D8CA64 in popluar number systems.

HEX D8 CA 64
Decimal 216 202 100
Binary 11011000 11001010 1100100
Octal 330 312 144

Shades and tints

Shades of #D8CA64

#D8CA64
(216,202,100)
#C5B85B
(197,184,91)
#B2A652
(178,166,82)
#9F9449
(159,148,73)
#8C8240
(140,130,64)
#797037
(121,112,55)
#665E2E
(102,94,46)
#534C25
(83,76,37)
#403A1C
(64,58,28)
#2D2813
(45,40,19)
#1A160A
(26,22,10)
#000000
(0,0,0)

Tints of #D8CA64

#D8CA64
(216,202,100)
#DBCE72
(219,206,114)
#DED280
(222,210,128)
#E1D68E
(225,214,142)
#E4DA9C
(228,218,156)
#E7DEAA
(231,222,170)
#EAE2B8
(234,226,184)
#EDE6C6
(237,230,198)
#F0EAD4
(240,234,212)
#F3EEE2
(243,238,226)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CA64 color. Also use rgb(216,202,100) instead hex code.

Text Font Color

.myTextColor { color: #D8CA64; }

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

This text font color is #D8CA64.

Background Color

.myBgColor { background-color: #D8CA64; }

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

This div background color is #D8CA64.

Border color

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

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

This div border color is #D8CA64.

Opacity

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

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

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

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

This text has shadow with #D8CA64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8CA64.

Preview

Color preview on black background

This text has color #D8CA64 on black background.


Color preview on white background

This text has color #D8CA64 on white background.


Black color preview on #D8CA64 background

This text has black color on #D8CA64 background.


White color preview on #D8CA64 background

This text has white color on #D8CA64 background.


Related colors

Complementary color

Complementary color for #hex is #27359B.


I love getcolorcode.com

Triadic colors

1 #64D8CA and #CA64D8 with #D8CA64 are triadic colors.

2 #64CAD8 and #CAD864 with #D8CA64 are triadic colors.