Shades of Equator #DCB66D
Tints of Equator #DCB66D
RGB
CMYK
RGB Variations
Color information
#DCB66D (or 0xDCB66D) is known color: Equator. HEX triplet: DC, B6 and 6D. RGB value is (220,182,109). Sum of RGB (Red+Green+Blue) = 220+182+109=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB66D is #234992. Grayscale: #B9B9B9. Windows color (decimal): -2312595 or 7190236. OLE color: 7190236.
HSL color Cylindrical-coordinate representation of color #DCB66D: hue angle of 39.46º 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 #DCB66D is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 109 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.14 |
| HSL | 39.46º | 0.61% | 0.65% | - |
| HSV(B) | 39.46º | 0.5% | 0.86% | - |
| XYZ | 49 | 49.78 | 21.49 | - |
| YUV | 185.04 | 85.09 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 109 | 0 | 0.17 | 0.50 | 0.14 | 39.46 | 0.61 | 0.65 |
| Hex | DC | B6 | 6D | 0 | 11 | 32 | E | 27 | 3D | 41 |
| Octal | 334 | 266 | 155 | 0 | 21 | 62 | 16 | 47 | 75 | 101 |
| Binary | 11011100 | 10110110 | 1101101 | 0 | 10001 | 110010 | 1110 | 100111 | 111101 | 1000001 |
Color Harmonies of #DCB66D
Complementary color
Monochromatic Colors of #DCB66D
Black with #DCB66D
Text Example
Text Example
White with #DCB66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB66D; }
p { color: rgb(220,182,109); }
H1.HeaderClassName
{
color: #DCB66D;
}
.AnyTagClassName
{
color: #DCB66D;
}
</style>
background-color css
<style>
a { background-color: #DCB66D; }
a { background-color: rgb(220,182,109); }
div.DivClassName
{
background-color: #DCB66D;
}
.BgClassName
{
background-color: #DCB66D;
}
</style>
border-color css
<style>
span { border-color: #DCB66D; }
span { border-color: rgb(220,182,109); }
td.TdClassName
{
border-color: #DCB66D;
}
.TagClassName
{
border-color: #DCB66D;
}
</style>