Shades of Equator #DCB868
Tints of Equator #DCB868
RGB
CMYK
RGB Variations
Color information
#DCB868 (or 0xDCB868) is known color: Equator. HEX triplet: DC, B8 and 68. RGB value is (220,184,104). Sum of RGB (Red+Green+Blue) = 220+184+104=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB868 is #234797. Grayscale: #BABABA. Windows color (decimal): -2312088 or 6863068. OLE color: 6863068.
HSL color Cylindrical-coordinate representation of color #DCB868: hue angle of 41.38º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCB868 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 104 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.14 |
| HSL | 41.38º | 0.62% | 0.64% | - |
| HSV(B) | 41.38º | 0.53% | 0.86% | - |
| XYZ | 49.15 | 50.5 | 20.25 | - |
| YUV | 185.64 | 81.93 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 104 | 0 | 0.16 | 0.53 | 0.14 | 41.38 | 0.62 | 0.64 |
| Hex | DC | B8 | 68 | 0 | 10 | 35 | E | 29 | 3E | 40 |
| Octal | 334 | 270 | 150 | 0 | 20 | 65 | 16 | 51 | 76 | 100 |
| Binary | 11011100 | 10111000 | 1101000 | 0 | 10000 | 110101 | 1110 | 101001 | 111110 | 1000000 |
Color Harmonies of #DCB868
Complementary color
Monochromatic Colors of #DCB868
Black with #DCB868
Text Example
Text Example
White with #DCB868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB868; }
p { color: rgb(220,184,104); }
H1.HeaderClassName
{
color: #DCB868;
}
.AnyTagClassName
{
color: #DCB868;
}
</style>
background-color css
<style>
a { background-color: #DCB868; }
a { background-color: rgb(220,184,104); }
div.DivClassName
{
background-color: #DCB868;
}
.BgClassName
{
background-color: #DCB868;
}
</style>
border-color css
<style>
span { border-color: #DCB868; }
span { border-color: rgb(220,184,104); }
td.TdClassName
{
border-color: #DCB868;
}
.TagClassName
{
border-color: #DCB868;
}
</style>