Html Css Color HEX #D7C490 Zombie

📋 copy color: '#D7C490'

red 215 ◦ green 196 ◦ blue 144

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

Shades of Zombie #D7C490

Tints of Zombie #D7C490

RGB

 RED value IS 215 (84.38% from 255) = 38.74%

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

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

R = 38.74%
G = 35.32%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7C490 (or 0xD7C490) is known color: Zombie. HEX triplet: D7, C4 and 90. RGB value is (215,196,144). Sum of RGB (Red+Green+Blue) = 215+196+144=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C490 is #283B6F. Grayscale: #C3C3C3. Windows color (decimal): -2636656 or 9487575. OLE color: 9487575.

HSL color Cylindrical-coordinate representation of color #D7C490: hue angle of 43.94º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7C490 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 196 144 -
CMYK 0 0.09 0.33 0.16
HSL 43.94º 0.47% 0.7% -
HSV(B) 43.94º 0.33% 0.84% -
XYZ 52.8 55.94 34.4 -
YUV 195.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 215 196 144 0 0.09 0.33 0.16 43.94 0.47 0.7
Hex D7 C4 90 0 9 21 10 2C 2F 46
Octal 327 304 220 0 11 41 20 54 57 106
Binary 11010111 11000100 10010000 0 1001 100001 10000 101100 101111 1000110

Color Harmonies of #D7C490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C490

Black with #D7C490

Text Example


Text Example

White with #D7C490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C490; }

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

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

background-color css

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

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

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

border-color css

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

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

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