Html Css Color HEX #D8C489 Zombie

📋 copy color: '#D8C489'

red 216 ◦ green 196 ◦ blue 137

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

Shades of Zombie #D8C489

Tints of Zombie #D8C489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.95%

R = 39.34%
G = 35.7%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D8C489 (or 0xD8C489) is known color: Zombie. HEX triplet: D8, C4 and 89. RGB value is (216,196,137). Sum of RGB (Red+Green+Blue) = 216+196+137=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C489 is #273B76. Grayscale: #C3C3C3. Windows color (decimal): -2571127 or 9028824. OLE color: 9028824.

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

Color convert

RGB 216 196 137 -
CMYK 0 0.09 0.37 0.15
HSL 44.81º 0.5% 0.69% -
HSV(B) 44.81º 0.37% 0.85% -
XYZ 52.57 55.88 31.68 -
YUV 195.25 95.13 142.8 -
System Red Green Blue C M Y K H S L
Decimal 216 196 137 0 0.09 0.37 0.15 44.81 0.5 0.69
Hex D8 C4 89 0 9 25 F 2D 32 45
Octal 330 304 211 0 11 45 17 55 62 105
Binary 11011000 11000100 10001001 0 1001 100101 1111 101101 110010 1000101

Color Harmonies of #D8C489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C489

Black with #D8C489

Text Example


Text Example

White with #D8C489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C489; }

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

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

background-color css

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

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

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

border-color css

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

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

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