Html Css Color HEX #DCC390 Zombie

📋 copy color: '#DCC390'

red 220 ◦ green 195 ◦ blue 144

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

Shades of Zombie #DCC390

Tints of Zombie #DCC390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.88%

 BLUE value IS 144 (56.64% from 255) = 25.76%

R = 39.36%
G = 34.88%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DCC390 (or 0xDCC390) is known color: Zombie. HEX triplet: DC, C3 and 90. RGB value is (220,195,144). Sum of RGB (Red+Green+Blue) = 220+195+144=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC390 is #233C6F. Grayscale: #C4C4C4. Windows color (decimal): -2309232 or 9487324. OLE color: 9487324.

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

Color convert

RGB 220 195 144 -
CMYK 0 0.11 0.35 0.14
HSL 40.26º 0.52% 0.71% -
HSV(B) 40.26º 0.35% 0.86% -
XYZ 54.06 56.26 34.4 -
YUV 196.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 220 195 144 0 0.11 0.35 0.14 40.26 0.52 0.71
Hex DC C3 90 0 B 23 E 28 34 47
Octal 334 303 220 0 13 43 16 50 64 107
Binary 11011100 11000011 10010000 0 1011 100011 1110 101000 110100 1000111

Color Harmonies of #DCC390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC390

Black with #DCC390

Text Example


Text Example

White with #DCC390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC390; }

 p { color: rgb(220,195,144); }

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

background-color css

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

 a { background-color: rgb(220,195,144); }

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

border-color css

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

 span { border-color: rgb(220,195,144); }

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