Html Css Color HEX #DCC588 Zombie

📋 copy color: '#DCC588'

red 220 ◦ green 197 ◦ blue 136

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

Shades of Zombie #DCC588

Tints of Zombie #DCC588

RGB

 RED value IS 220 (86.33% from 255) = 39.78%

 GREEN value IS 197 (77.34% from 255) = 35.62%

 BLUE value IS 136 (53.52% from 255) = 24.59%

R = 39.78%
G = 35.62%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCC588 (or 0xDCC588) is known color: Zombie. HEX triplet: DC, C5 and 88. RGB value is (220,197,136). Sum of RGB (Red+Green+Blue) = 220+197+136=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC588 is #233A77. Grayscale: #C5C5C5. Windows color (decimal): -2308728 or 8963548. OLE color: 8963548.

HSL color Cylindrical-coordinate representation of color #DCC588: hue angle of 43.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCC588 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 136 -
CMYK 0 0.10 0.38 0.14
HSL 43.57º 0.55% 0.7% -
HSV(B) 43.57º 0.38% 0.86% -
XYZ 53.93 56.93 31.44 -
YUV 196.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 220 197 136 0 0.10 0.38 0.14 43.57 0.55 0.7
Hex DC C5 88 0 A 26 E 2C 37 46
Octal 334 305 210 0 12 46 16 54 67 106
Binary 11011100 11000101 10001000 0 1010 100110 1110 101100 110111 1000110

Color Harmonies of #DCC588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC588

Black with #DCC588

Text Example


Text Example

White with #DCC588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC588; }

 p { color: rgb(220,197,136); }

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

background-color css

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

 a { background-color: rgb(220,197,136); }

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

border-color css

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

 span { border-color: rgb(220,197,136); }

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