Html Css Color HEX #DCC58C Zombie

📋 copy color: '#DCC58C'

red 220 ◦ green 197 ◦ blue 140

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

Shades of Zombie #DCC58C

Tints of Zombie #DCC58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.13%

R = 39.5%
G = 35.37%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCC58C (or 0xDCC58C) is known color: Zombie. HEX triplet: DC, C5 and 8C. RGB value is (220,197,140). Sum of RGB (Red+Green+Blue) = 220+197+140=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC58C is #233A73. Grayscale: #C5C5C5. Windows color (decimal): -2308724 or 9225692. OLE color: 9225692.

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

Color convert

RGB 220 197 140 -
CMYK 0 0.10 0.36 0.14
HSL 42.75º 0.53% 0.71% -
HSV(B) 42.75º 0.36% 0.86% -
XYZ 54.22 57.04 32.96 -
YUV 197.38 95.62 144.13 -
System Red Green Blue C M Y K H S L
Decimal 220 197 140 0 0.10 0.36 0.14 42.75 0.53 0.71
Hex DC C5 8C 0 A 24 E 2B 35 47
Octal 334 305 214 0 12 44 16 53 65 107
Binary 11011100 11000101 10001100 0 1010 100100 1110 101011 110101 1000111

Color Harmonies of #DCC58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC58C

Black with #DCC58C

Text Example


Text Example

White with #DCC58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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