Html Css Color HEX #DCC788 Zombie

📋 copy color: '#DCC788'

red 220 ◦ green 199 ◦ blue 136

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

Shades of Zombie #DCC788

Tints of Zombie #DCC788

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.86%

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

R = 39.64%
G = 35.86%
B = 24.5%

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

#DCC788 (or 0xDCC788) is known color: Zombie. HEX triplet: DC, C7 and 88. RGB value is (220,199,136). Sum of RGB (Red+Green+Blue) = 220+199+136=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC788 is #233877. Grayscale: #C6C6C6. Windows color (decimal): -2308216 or 8964060. OLE color: 8964060.

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

Color convert

RGB 220 199 136 -
CMYK 0 0.10 0.38 0.14
HSL 45º 0.55% 0.7% -
HSV(B) 45º 0.38% 0.86% -
XYZ 54.38 57.84 31.59 -
YUV 198.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 220 199 136 0 0.10 0.38 0.14 45 0.55 0.7
Hex DC C7 88 0 A 26 E 2D 37 46
Octal 334 307 210 0 12 46 16 55 67 106
Binary 11011100 11000111 10001000 0 1010 100110 1110 101101 110111 1000110

Color Harmonies of #DCC788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC788

Black with #DCC788

Text Example


Text Example

White with #DCC788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC788; }

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

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

background-color css

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

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

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

border-color css

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

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

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