Html Css Color HEX #DCC088 Zombie

📋 copy color: '#DCC088'

red 220 ◦ green 192 ◦ blue 136

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

Shades of Zombie #DCC088

Tints of Zombie #DCC088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

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

R = 40.15%
G = 35.04%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCC088 (or 0xDCC088) is known color: Zombie. HEX triplet: DC, C0 and 88. RGB value is (220,192,136). Sum of RGB (Red+Green+Blue) = 220+192+136=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC088 is #233F77. Grayscale: #C2C2C2. Windows color (decimal): -2310008 or 8962268. OLE color: 8962268.

HSL color Cylindrical-coordinate representation of color #DCC088: hue angle of 40º 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 #DCC088 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 136 -
CMYK 0 0.13 0.38 0.14
HSL 40º 0.55% 0.7% -
HSV(B) 40º 0.38% 0.86% -
XYZ 52.81 54.69 31.07 -
YUV 193.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 220 192 136 0 0.13 0.38 0.14 40 0.55 0.7
Hex DC C0 88 0 D 26 E 28 37 46
Octal 334 300 210 0 15 46 16 50 67 106
Binary 11011100 11000000 10001000 0 1101 100110 1110 101000 110111 1000110

Color Harmonies of #DCC088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC088

Black with #DCC088

Text Example


Text Example

White with #DCC088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC088; }

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

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

background-color css

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

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

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

border-color css

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

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

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