Html Css Color HEX #D8C380 Zombie

📋 copy color: '#D8C380'

red 216 ◦ green 195 ◦ blue 128

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

Shades of Zombie #D8C380

Tints of Zombie #D8C380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.75%

R = 40.07%
G = 36.18%
B = 23.75%

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

#D8C380 (or 0xD8C380) is known color: Zombie. HEX triplet: D8, C3 and 80. RGB value is (216,195,128). Sum of RGB (Red+Green+Blue) = 216+195+128=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C380 is #273C7F. Grayscale: #C1C1C1. Windows color (decimal): -2571392 or 8438744. OLE color: 8438744.

HSL color Cylindrical-coordinate representation of color #D8C380: hue angle of 45.68º degrees, saturation: 0.53, 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 #D8C380 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 195 128 -
CMYK 0 0.10 0.41 0.15
HSL 45.68º 0.53% 0.67% -
HSV(B) 45.68º 0.41% 0.85% -
XYZ 51.73 55.19 28.35 -
YUV 193.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 216 195 128 0 0.10 0.41 0.15 45.68 0.53 0.67
Hex D8 C3 80 0 A 29 F 2E 35 43
Octal 330 303 200 0 12 51 17 56 65 103
Binary 11011000 11000011 10000000 0 1010 101001 1111 101110 110101 1000011

Color Harmonies of #D8C380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C380

Black with #D8C380

Text Example


Text Example

White with #D8C380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C380; }

 p { color: rgb(216,195,128); }

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

background-color css

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

 a { background-color: rgb(216,195,128); }

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

border-color css

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

 span { border-color: rgb(216,195,128); }

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