Html Css Color HEX #D9C68E Zombie

📋 copy color: '#D9C68E'

red 217 ◦ green 198 ◦ blue 142

#D9C68E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zombie #D9C68E

Tints of Zombie #D9C68E

RGB

 RED value IS 217 (85.16% from 255) = 38.96%

 GREEN value IS 198 (77.73% from 255) = 35.55%

 BLUE value IS 142 (55.86% from 255) = 25.49%

R = 38.96%
G = 35.55%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9C68E (or 0xD9C68E) is known color: Zombie. HEX triplet: D9, C6 and 8E. RGB value is (217,198,142). Sum of RGB (Red+Green+Blue) = 217+198+142=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C68E is #263971. Grayscale: #C5C5C5. Windows color (decimal): -2505074 or 9357017. OLE color: 9357017.

HSL color Cylindrical-coordinate representation of color #D9C68E: hue angle of 44.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9C68E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 198 142 -
CMYK 0 0.09 0.35 0.15
HSL 44.8º 0.5% 0.7% -
HSV(B) 44.8º 0.35% 0.85% -
XYZ 53.69 57.09 33.78 -
YUV 197.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 217 198 142 0 0.09 0.35 0.15 44.8 0.5 0.7
Hex D9 C6 8E 0 9 23 F 2D 32 46
Octal 331 306 216 0 11 43 17 55 62 106
Binary 11011001 11000110 10001110 0 1001 100011 1111 101101 110010 1000110

Color Harmonies of #D9C68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C68E

Black with #D9C68E

Text Example


Text Example

White with #D9C68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C68E; }

 p { color: rgb(217,198,142); }

 H1.HeaderClassName
 {
   color: #D9C68E;
 }
 .AnyTagClassName
 {
   color: #D9C68E;
 }
</style>

background-color css

<style>
 a { background-color: #D9C68E; }

 a { background-color: rgb(217,198,142); }

 div.DivClassName
 {
   background-color: #D9C68E;
 }
 .BgClassName
 {
   background-color: #D9C68E;
 }
</style>

border-color css

<style>
 span { border-color: #D9C68E; }

 span { border-color: rgb(217,198,142); }

 td.TdClassName
 {
   border-color: #D9C68E;
 }
 .TagClassName
 {
   border-color: #D9C68E;
 }
</style>