Html Css Color HEX #DCC289 Zombie

📋 copy color: '#DCC289'

red 220 ◦ green 194 ◦ blue 137

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

Shades of Zombie #DCC289

Tints of Zombie #DCC289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.21%

 BLUE value IS 137 (53.91% from 255) = 24.86%

R = 39.93%
G = 35.21%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCC289 (or 0xDCC289) is known color: Zombie. HEX triplet: DC, C2 and 89. RGB value is (220,194,137). Sum of RGB (Red+Green+Blue) = 220+194+137=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC289 is #233D76. Grayscale: #C3C3C3. Windows color (decimal): -2309495 or 9028316. OLE color: 9028316.

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

Color convert

RGB 220 194 137 -
CMYK 0 0.12 0.38 0.14
HSL 41.2º 0.54% 0.7% -
HSV(B) 41.2º 0.38% 0.86% -
XYZ 53.32 55.61 31.59 -
YUV 195.28 95.11 145.63 -
System Red Green Blue C M Y K H S L
Decimal 220 194 137 0 0.12 0.38 0.14 41.2 0.54 0.7
Hex DC C2 89 0 C 26 E 29 36 46
Octal 334 302 211 0 14 46 16 51 66 106
Binary 11011100 11000010 10001001 0 1100 100110 1110 101001 110110 1000110

Color Harmonies of #DCC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC289

Black with #DCC289

Text Example


Text Example

White with #DCC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC289; }

 p { color: rgb(220,194,137); }

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

background-color css

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

 a { background-color: rgb(220,194,137); }

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

border-color css

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

 span { border-color: rgb(220,194,137); }

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