Html Css Color HEX #D9C185 Zombie

📋 copy color: '#D9C185'

red 217 ◦ green 193 ◦ blue 133

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

Shades of Zombie #D9C185

Tints of Zombie #D9C185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

 BLUE value IS 133 (52.34% from 255) = 24.49%

R = 39.96%
G = 35.54%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9C185 (or 0xD9C185) is known color: Zombie. HEX triplet: D9, C1 and 85. RGB value is (217,193,133). Sum of RGB (Red+Green+Blue) = 217+193+133=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C185 is #263E7A. Grayscale: #C1C1C1. Windows color (decimal): -2506363 or 8765913. OLE color: 8765913.

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

Color convert

RGB 217 193 133 -
CMYK 0 0.11 0.39 0.15
HSL 42.86º 0.53% 0.69% -
HSV(B) 42.86º 0.39% 0.85% -
XYZ 51.92 54.59 29.99 -
YUV 193.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 217 193 133 0 0.11 0.39 0.15 42.86 0.53 0.69
Hex D9 C1 85 0 B 27 F 2B 34 45
Octal 331 301 205 0 13 47 17 53 64 105
Binary 11011001 11000001 10000101 0 1011 100111 1111 101011 110100 1000101

Color Harmonies of #D9C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C185

Black with #D9C185

Text Example


Text Example

White with #D9C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C185; }

 p { color: rgb(217,193,133); }

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

background-color css

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

 a { background-color: rgb(217,193,133); }

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

border-color css

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

 span { border-color: rgb(217,193,133); }

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