Html Css Color HEX #D8C490 Zombie

📋 copy color: '#D8C490'

red 216 ◦ green 196 ◦ blue 144

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

Shades of Zombie #D8C490

Tints of Zombie #D8C490

RGB

 RED value IS 216 (84.77% from 255) = 38.85%

 GREEN value IS 196 (76.95% from 255) = 35.25%

 BLUE value IS 144 (56.64% from 255) = 25.9%

R = 38.85%
G = 35.25%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D8C490 (or 0xD8C490) is known color: Zombie. HEX triplet: D8, C4 and 90. RGB value is (216,196,144). Sum of RGB (Red+Green+Blue) = 216+196+144=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C490 is #273B6F. Grayscale: #C4C4C4. Windows color (decimal): -2571120 or 9487576. OLE color: 9487576.

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

Color convert

RGB 216 196 144 -
CMYK 0 0.09 0.33 0.15
HSL 43.33º 0.48% 0.71% -
HSV(B) 43.33º 0.33% 0.85% -
XYZ 53.09 56.09 34.41 -
YUV 196.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 216 196 144 0 0.09 0.33 0.15 43.33 0.48 0.71
Hex D8 C4 90 0 9 21 F 2B 30 47
Octal 330 304 220 0 11 41 17 53 60 107
Binary 11011000 11000100 10010000 0 1001 100001 1111 101011 110000 1000111

Color Harmonies of #D8C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C490

Black with #D8C490

Text Example


Text Example

White with #D8C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C490; }

 p { color: rgb(216,196,144); }

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

background-color css

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

 a { background-color: rgb(216,196,144); }

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

border-color css

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

 span { border-color: rgb(216,196,144); }

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