Shades of Equator #DCB865
Tints of Equator #DCB865
RGB
CMYK
RGB Variations
Color information
#DCB865 (or 0xDCB865) is known color: Equator. HEX triplet: DC, B8 and 65. RGB value is (220,184,101). Sum of RGB (Red+Green+Blue) = 220+184+101=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB865 is #23479A. Grayscale: #B9B9B9. Windows color (decimal): -2312091 or 6666460. OLE color: 6666460.
HSL color Cylindrical-coordinate representation of color #DCB865: hue angle of 41.85º 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 #DCB865 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 101 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.14 |
| HSL | 41.85º | 0.63% | 0.63% | - |
| HSV(B) | 41.85º | 0.54% | 0.86% | - |
| XYZ | 49 | 50.44 | 19.46 | - |
| YUV | 185.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 101 | 0 | 0.16 | 0.54 | 0.14 | 41.85 | 0.63 | 0.63 |
| Hex | DC | B8 | 65 | 0 | 10 | 36 | E | 2A | 3F | 3F |
| Octal | 334 | 270 | 145 | 0 | 20 | 66 | 16 | 52 | 77 | 77 |
| Binary | 11011100 | 10111000 | 1100101 | 0 | 10000 | 110110 | 1110 | 101010 | 111111 | 111111 |
Color Harmonies of #DCB865
Complementary color
Monochromatic Colors of #DCB865
Black with #DCB865
Text Example
Text Example
White with #DCB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB865; }
p { color: rgb(220,184,101); }
H1.HeaderClassName
{
color: #DCB865;
}
.AnyTagClassName
{
color: #DCB865;
}
</style>
background-color css
<style>
a { background-color: #DCB865; }
a { background-color: rgb(220,184,101); }
div.DivClassName
{
background-color: #DCB865;
}
.BgClassName
{
background-color: #DCB865;
}
</style>
border-color css
<style>
span { border-color: #DCB865; }
span { border-color: rgb(220,184,101); }
td.TdClassName
{
border-color: #DCB865;
}
.TagClassName
{
border-color: #DCB865;
}
</style>