Html Css Color HEX #DCC380 Zombie

📋 copy color: '#DCC380'

red 220 ◦ green 195 ◦ blue 128

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

Shades of Zombie #DCC380

Tints of Zombie #DCC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 40.52%
G = 35.91%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCC380 (or 0xDCC380) is known color: Zombie. HEX triplet: DC, C3 and 80. RGB value is (220,195,128). Sum of RGB (Red+Green+Blue) = 220+195+128=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC380 is #233C7F. Grayscale: #C3C3C3. Windows color (decimal): -2309248 or 8438748. OLE color: 8438748.

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

Color convert

RGB 220 195 128 -
CMYK 0 0.11 0.42 0.14
HSL 43.7º 0.57% 0.68% -
HSV(B) 43.7º 0.42% 0.86% -
XYZ 52.93 55.8 28.4 -
YUV 194.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 220 195 128 0 0.11 0.42 0.14 43.7 0.57 0.68
Hex DC C3 80 0 B 2A E 2C 39 44
Octal 334 303 200 0 13 52 16 54 71 104
Binary 11011100 11000011 10000000 0 1011 101010 1110 101100 111001 1000100

Color Harmonies of #DCC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC380

Black with #DCC380

Text Example


Text Example

White with #DCC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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