#DCAC60

Color #DCAC60 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DCAC60

Tints of Equator #DCAC60

Color information

#DCAC60 (or 0xDCAC60) is unknown color: approx Equator. HEX triplet: DC, AC and 60. RGB value is (220,172,96). Sum of RGB (Red+Green+Blue) = 220+172+96=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC60 is #23539F. Grayscale: #B2B2B2. Windows color (decimal): -2315168 or 6335708. OLE color: 6335708.

HSL color Cylindrical-coordinate representation of color #DCAC60: hue angle of 36.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCAC60 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB22017296-
CMYK00.220.560.14
HSL36.77º63.92%61.96%-
HSV(B)36.77º56.36%86.27%-
XYZ46.3845.5717.42-
YUV177.6981.9158.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=45.08%
G=35.25%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201729600.220.560.1436.7763.9261.96
HexDCAC6001638E25403e
Octal33425414002670164510076
Binary1101110010101100110000001011011100011101001011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC60; }

 p { color: rgb(220,172,96); }

 H1.HeaderClassName
 {
   color: #DCAC60;
 }
 .AnyTagClassName
 {
   color: #DCAC60;
 }
</style>
background-color css

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

 a { background-color: rgb(220,172,96); }

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

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

 span { border-color: rgb(220,172,96); }

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