Shades of Equator #DCB66E
Tints of Equator #DCB66E
RGB
CMYK
RGB Variations
Color information
#DCB66E (or 0xDCB66E) is known color: Equator. HEX triplet: DC, B6 and 6E. RGB value is (220,182,110). Sum of RGB (Red+Green+Blue) = 220+182+110=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 110 (43.36% from 255 or 21.48% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB66E is #234991. Grayscale: #B9B9B9. Windows color (decimal): -2312594 or 7255772. OLE color: 7255772.
HSL color Cylindrical-coordinate representation of color #DCB66E: hue angle of 39.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB66E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 110 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.14 |
| HSL | 39.27º | 0.61% | 0.65% | - |
| HSV(B) | 39.27º | 0.5% | 0.86% | - |
| XYZ | 49.06 | 49.8 | 21.78 | - |
| YUV | 185.15 | 85.59 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 110 | 0 | 0.17 | 0.50 | 0.14 | 39.27 | 0.61 | 0.65 |
| Hex | DC | B6 | 6E | 0 | 11 | 32 | E | 27 | 3D | 41 |
| Octal | 334 | 266 | 156 | 0 | 21 | 62 | 16 | 47 | 75 | 101 |
| Binary | 11011100 | 10110110 | 1101110 | 0 | 10001 | 110010 | 1110 | 100111 | 111101 | 1000001 |
Color Harmonies of #DCB66E
Complementary color
Monochromatic Colors of #DCB66E
Black with #DCB66E
Text Example
Text Example
White with #DCB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB66E; }
p { color: rgb(220,182,110); }
H1.HeaderClassName
{
color: #DCB66E;
}
.AnyTagClassName
{
color: #DCB66E;
}
</style>
background-color css
<style>
a { background-color: #DCB66E; }
a { background-color: rgb(220,182,110); }
div.DivClassName
{
background-color: #DCB66E;
}
.BgClassName
{
background-color: #DCB66E;
}
</style>
border-color css
<style>
span { border-color: #DCB66E; }
span { border-color: rgb(220,182,110); }
td.TdClassName
{
border-color: #DCB66E;
}
.TagClassName
{
border-color: #DCB66E;
}
</style>