Shades of Equator #DCB86B
Tints of Equator #DCB86B
RGB
CMYK
RGB Variations
Color information
#DCB86B (or 0xDCB86B) is known color: Equator. HEX triplet: DC, B8 and 6B. RGB value is (220,184,107). Sum of RGB (Red+Green+Blue) = 220+184+107=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB86B is #234794. Grayscale: #BABABA. Windows color (decimal): -2312085 or 7059676. OLE color: 7059676.
HSL color Cylindrical-coordinate representation of color #DCB86B: hue angle of 40.88º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCB86B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 107 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.14 |
| HSL | 40.88º | 0.62% | 0.64% | - |
| HSV(B) | 40.88º | 0.51% | 0.86% | - |
| XYZ | 49.31 | 50.56 | 21.07 | - |
| YUV | 185.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 107 | 0 | 0.16 | 0.51 | 0.14 | 40.88 | 0.62 | 0.64 |
| Hex | DC | B8 | 6B | 0 | 10 | 33 | E | 29 | 3E | 40 |
| Octal | 334 | 270 | 153 | 0 | 20 | 63 | 16 | 51 | 76 | 100 |
| Binary | 11011100 | 10111000 | 1101011 | 0 | 10000 | 110011 | 1110 | 101001 | 111110 | 1000000 |
Color Harmonies of #DCB86B
Complementary color
Monochromatic Colors of #DCB86B
Black with #DCB86B
Text Example
Text Example
White with #DCB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB86B; }
p { color: rgb(220,184,107); }
H1.HeaderClassName
{
color: #DCB86B;
}
.AnyTagClassName
{
color: #DCB86B;
}
</style>
background-color css
<style>
a { background-color: #DCB86B; }
a { background-color: rgb(220,184,107); }
div.DivClassName
{
background-color: #DCB86B;
}
.BgClassName
{
background-color: #DCB86B;
}
</style>
border-color css
<style>
span { border-color: #DCB86B; }
span { border-color: rgb(220,184,107); }
td.TdClassName
{
border-color: #DCB86B;
}
.TagClassName
{
border-color: #DCB86B;
}
</style>