Html Css Color HEX #D9C37F Zombie

📋 copy color: '#D9C37F'

red 217 ◦ green 195 ◦ blue 127

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

Shades of Zombie #D9C37F

Tints of Zombie #D9C37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.56%

R = 40.26%
G = 36.18%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9C37F (or 0xD9C37F) is known color: Zombie. HEX triplet: D9, C3 and 7F. RGB value is (217,195,127). Sum of RGB (Red+Green+Blue) = 217+195+127=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C37F is #263C80. Grayscale: #C2C2C2. Windows color (decimal): -2505857 or 8373209. OLE color: 8373209.

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

Color convert

RGB 217 195 127 -
CMYK 0 0.10 0.41 0.15
HSL 45.33º 0.54% 0.67% -
HSV(B) 45.33º 0.41% 0.85% -
XYZ 51.96 55.31 28.02 -
YUV 193.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 217 195 127 0 0.10 0.41 0.15 45.33 0.54 0.67
Hex D9 C3 7F 0 A 29 F 2D 36 43
Octal 331 303 177 0 12 51 17 55 66 103
Binary 11011001 11000011 1111111 0 1010 101001 1111 101101 110110 1000011

Color Harmonies of #D9C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C37F

Black with #D9C37F

Text Example


Text Example

White with #D9C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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