Html Css Color HEX #D9C390 Zombie

📋 copy color: '#D9C390'

red 217 ◦ green 195 ◦ blue 144

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

Shades of Zombie #D9C390

Tints of Zombie #D9C390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

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

R = 39.03%
G = 35.07%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9C390 (or 0xD9C390) is known color: Zombie. HEX triplet: D9, C3 and 90. RGB value is (217,195,144). Sum of RGB (Red+Green+Blue) = 217+195+144=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C390 is #263C6F. Grayscale: #C3C3C3. Windows color (decimal): -2505840 or 9487321. OLE color: 9487321.

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

Color convert

RGB 217 195 144 -
CMYK 0 0.10 0.34 0.15
HSL 41.92º 0.49% 0.71% -
HSV(B) 41.92º 0.34% 0.85% -
XYZ 53.16 55.8 34.35 -
YUV 195.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 217 195 144 0 0.10 0.34 0.15 41.92 0.49 0.71
Hex D9 C3 90 0 A 22 F 2A 31 47
Octal 331 303 220 0 12 42 17 52 61 107
Binary 11011001 11000011 10010000 0 1010 100010 1111 101010 110001 1000111

Color Harmonies of #D9C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C390

Black with #D9C390

Text Example


Text Example

White with #D9C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C390; }

 p { color: rgb(217,195,144); }

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

background-color css

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

 a { background-color: rgb(217,195,144); }

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

border-color css

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

 span { border-color: rgb(217,195,144); }

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