Shades of Equator #DCB066
Tints of Equator #DCB066
RGB
CMYK
RGB Variations
Color information
#DCB066 (or 0xDCB066) is known color: Equator. HEX triplet: DC, B0 and 66. RGB value is (220,176,102). Sum of RGB (Red+Green+Blue) = 220+176+102=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB066 is #234F99. Grayscale: #B5B5B5. Windows color (decimal): -2314138 or 6729948. OLE color: 6729948.
HSL color Cylindrical-coordinate representation of color #DCB066: hue angle of 37.63º 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 #DCB066 is Cyan = 0, Magento = 0.2, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 102 | - |
| CMYK | 0 | 0.2 | 0.54 | 0.14 |
| HSL | 37.63º | 0.63% | 0.63% | - |
| HSV(B) | 37.63º | 0.54% | 0.86% | - |
| XYZ | 47.44 | 47.23 | 19.19 | - |
| YUV | 180.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 102 | 0 | 0.2 | 0.54 | 0.14 | 37.63 | 0.63 | 0.63 |
| Hex | DC | B0 | 66 | 0 | 14 | 36 | E | 26 | 3F | 3F |
| Octal | 334 | 260 | 146 | 0 | 24 | 66 | 16 | 46 | 77 | 77 |
| Binary | 11011100 | 10110000 | 1100110 | 0 | 10100 | 110110 | 1110 | 100110 | 111111 | 111111 |
Color Harmonies of #DCB066
Complementary color
Monochromatic Colors of #DCB066
Black with #DCB066
Text Example
Text Example
White with #DCB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB066; }
p { color: rgb(220,176,102); }
H1.HeaderClassName
{
color: #DCB066;
}
.AnyTagClassName
{
color: #DCB066;
}
</style>
background-color css
<style>
a { background-color: #DCB066; }
a { background-color: rgb(220,176,102); }
div.DivClassName
{
background-color: #DCB066;
}
.BgClassName
{
background-color: #DCB066;
}
</style>
border-color css
<style>
span { border-color: #DCB066; }
span { border-color: rgb(220,176,102); }
td.TdClassName
{
border-color: #DCB066;
}
.TagClassName
{
border-color: #DCB066;
}
</style>