Html Css Color HEX #D9C58C Zombie

📋 copy color: '#D9C58C'

red 217 ◦ green 197 ◦ blue 140

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

Shades of Zombie #D9C58C

Tints of Zombie #D9C58C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 140 (55.08% from 255) = 25.27%

R = 39.17%
G = 35.56%
B = 25.27%

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

#D9C58C (or 0xD9C58C) is known color: Zombie. HEX triplet: D9, C5 and 8C. RGB value is (217,197,140). Sum of RGB (Red+Green+Blue) = 217+197+140=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C58C is #263A73. Grayscale: #C4C4C4. Windows color (decimal): -2505332 or 9225689. OLE color: 9225689.

HSL color Cylindrical-coordinate representation of color #D9C58C: hue angle of 44.42º 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 #D9C58C is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 197 140 -
CMYK 0 0.09 0.35 0.15
HSL 44.42º 0.5% 0.7% -
HSV(B) 44.42º 0.35% 0.85% -
XYZ 53.32 56.58 32.92 -
YUV 196.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 217 197 140 0 0.09 0.35 0.15 44.42 0.5 0.7
Hex D9 C5 8C 0 9 23 F 2C 32 46
Octal 331 305 214 0 11 43 17 54 62 106
Binary 11011001 11000101 10001100 0 1001 100011 1111 101100 110010 1000110

Color Harmonies of #D9C58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C58C

Black with #D9C58C

Text Example


Text Example

White with #D9C58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C58C; }

 p { color: rgb(217,197,140); }

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

background-color css

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

 a { background-color: rgb(217,197,140); }

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

border-color css

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

 span { border-color: rgb(217,197,140); }

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