Shades of Equator #DCB360
Tints of Equator #DCB360
RGB
CMYK
RGB Variations
Color information
#DCB360 (or 0xDCB360) is known color: Equator. HEX triplet: DC, B3 and 60. RGB value is (220,179,96). Sum of RGB (Red+Green+Blue) = 220+179+96=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB360 is #234C9F. Grayscale: #B6B6B6. Windows color (decimal): -2313376 or 6337500. OLE color: 6337500.
HSL color Cylindrical-coordinate representation of color #DCB360: hue angle of 40.16º 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 #DCB360 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 96 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.14 |
| HSL | 40.16º | 0.64% | 0.62% | - |
| HSV(B) | 40.16º | 0.56% | 0.86% | - |
| XYZ | 47.75 | 48.3 | 17.87 | - |
| YUV | 181.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 96 | 0 | 0.19 | 0.56 | 0.14 | 40.16 | 0.64 | 0.62 |
| Hex | DC | B3 | 60 | 0 | 13 | 38 | E | 28 | 40 | 3E |
| Octal | 334 | 263 | 140 | 0 | 23 | 70 | 16 | 50 | 100 | 76 |
| Binary | 11011100 | 10110011 | 1100000 | 0 | 10011 | 111000 | 1110 | 101000 | 1000000 | 111110 |
Color Harmonies of #DCB360
Complementary color
Monochromatic Colors of #DCB360
Black with #DCB360
Text Example
Text Example
White with #DCB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB360; }
p { color: rgb(220,179,96); }
H1.HeaderClassName
{
color: #DCB360;
}
.AnyTagClassName
{
color: #DCB360;
}
</style>
background-color css
<style>
a { background-color: #DCB360; }
a { background-color: rgb(220,179,96); }
div.DivClassName
{
background-color: #DCB360;
}
.BgClassName
{
background-color: #DCB360;
}
</style>
border-color css
<style>
span { border-color: #DCB360; }
span { border-color: rgb(220,179,96); }
td.TdClassName
{
border-color: #DCB360;
}
.TagClassName
{
border-color: #DCB360;
}
</style>