#DCB060

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

Shades of Equator #DCB060

Tints of Equator #DCB060

Color information

#DCB060 (or 0xDCB060) is unknown color: approx Equator. HEX triplet: DC, B0 and 60. RGB value is (220,176,96). Sum of RGB (Red+Green+Blue) = 220+176+96=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB060 is #234F9F. Grayscale: #B4B4B4. Windows color (decimal): -2314144 or 6336732. OLE color: 6336732.

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

Color convert

RGB22017696-
CMYK00.20.560.14
HSL38.71º63.92%61.96%-
HSV(B)38.71º56.36%86.27%-
XYZ47.1547.1117.67-
YUV180.0480.58156.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 96 (37.89% from 255) = 19.51%
R=44.72%
G=35.77%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201769600.20.560.1438.7163.9261.96
HexDCB06001438E27403e
Octal33426014002470164710076
Binary1101110010110000110000001010011100011101001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB060; }

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

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

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

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

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

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

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

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