Shades of Equator #DCB065
Tints of Equator #DCB065
RGB
CMYK
RGB Variations
Color information
#DCB065 (or 0xDCB065) is known color: Equator. HEX triplet: DC, B0 and 65. RGB value is (220,176,101). Sum of RGB (Red+Green+Blue) = 220+176+101=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB065 is #234F9A. Grayscale: #B4B4B4. Windows color (decimal): -2314139 or 6664412. OLE color: 6664412.
HSL color Cylindrical-coordinate representation of color #DCB065: hue angle of 37.82º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCB065 is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 101 | - |
| CMYK | 0 | 0.2 | 0.54 | 0.14 |
| HSL | 37.82º | 0.63% | 0.63% | - |
| HSV(B) | 37.82º | 0.54% | 0.86% | - |
| XYZ | 47.39 | 47.21 | 18.93 | - |
| YUV | 180.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 101 | 0 | 0.2 | 0.54 | 0.14 | 37.82 | 0.63 | 0.63 |
| Hex | DC | B0 | 65 | 0 | 14 | 36 | E | 26 | 3F | 3F |
| Octal | 334 | 260 | 145 | 0 | 24 | 66 | 16 | 46 | 77 | 77 |
| Binary | 11011100 | 10110000 | 1100101 | 0 | 10100 | 110110 | 1110 | 100110 | 111111 | 111111 |
Color Harmonies of #DCB065
Complementary color
Monochromatic Colors of #DCB065
Black with #DCB065
Text Example
Text Example
White with #DCB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB065; }
p { color: rgb(220,176,101); }
H1.HeaderClassName
{
color: #DCB065;
}
.AnyTagClassName
{
color: #DCB065;
}
</style>
background-color css
<style>
a { background-color: #DCB065; }
a { background-color: rgb(220,176,101); }
div.DivClassName
{
background-color: #DCB065;
}
.BgClassName
{
background-color: #DCB065;
}
</style>
border-color css
<style>
span { border-color: #DCB065; }
span { border-color: rgb(220,176,101); }
td.TdClassName
{
border-color: #DCB065;
}
.TagClassName
{
border-color: #DCB065;
}
</style>