Html Css Color HEX #DCC585 Zombie

📋 copy color: '#DCC585'

red 220 ◦ green 197 ◦ blue 133

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

Shades of Zombie #DCC585

Tints of Zombie #DCC585

RGB

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

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

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

R = 40%
G = 35.82%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCC585 (or 0xDCC585) is known color: Zombie. HEX triplet: DC, C5 and 85. RGB value is (220,197,133). Sum of RGB (Red+Green+Blue) = 220+197+133=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC585 is #233A7A. Grayscale: #C4C4C4. Windows color (decimal): -2308731 or 8766940. OLE color: 8766940.

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

Color convert

RGB 220 197 133 -
CMYK 0 0.10 0.40 0.14
HSL 44.14º 0.55% 0.69% -
HSV(B) 44.14º 0.4% 0.86% -
XYZ 53.72 56.84 30.33 -
YUV 196.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 220 197 133 0 0.10 0.40 0.14 44.14 0.55 0.69
Hex DC C5 85 0 A 28 E 2C 37 45
Octal 334 305 205 0 12 50 16 54 67 105
Binary 11011100 11000101 10000101 0 1010 101000 1110 101100 110111 1000101

Color Harmonies of #DCC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC585

Black with #DCC585

Text Example


Text Example

White with #DCC585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC585; }

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

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

background-color css

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

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

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

border-color css

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

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

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