Shades of Equator #DCB864
Tints of Equator #DCB864
RGB
CMYK
RGB Variations
Color information
#DCB864 (or 0xDCB864) is known color: Equator. HEX triplet: DC, B8 and 64. RGB value is (220,184,100). Sum of RGB (Red+Green+Blue) = 220+184+100=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB864 is #23479B. Grayscale: #B9B9B9. Windows color (decimal): -2312092 or 6600924. OLE color: 6600924.
HSL color Cylindrical-coordinate representation of color #DCB864: hue angle of 42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCB864 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 100 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.14 |
| HSL | 42º | 0.63% | 0.63% | - |
| HSV(B) | 42º | 0.55% | 0.86% | - |
| XYZ | 48.96 | 50.42 | 19.21 | - |
| YUV | 185.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 100 | 0 | 0.16 | 0.55 | 0.14 | 42 | 0.63 | 0.63 |
| Hex | DC | B8 | 64 | 0 | 10 | 37 | E | 2A | 3F | 3F |
| Octal | 334 | 270 | 144 | 0 | 20 | 67 | 16 | 52 | 77 | 77 |
| Binary | 11011100 | 10111000 | 1100100 | 0 | 10000 | 110111 | 1110 | 101010 | 111111 | 111111 |
Color Harmonies of #DCB864
Complementary color
Monochromatic Colors of #DCB864
Black with #DCB864
Text Example
Text Example
White with #DCB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB864; }
p { color: rgb(220,184,100); }
H1.HeaderClassName
{
color: #DCB864;
}
.AnyTagClassName
{
color: #DCB864;
}
</style>
background-color css
<style>
a { background-color: #DCB864; }
a { background-color: rgb(220,184,100); }
div.DivClassName
{
background-color: #DCB864;
}
.BgClassName
{
background-color: #DCB864;
}
</style>
border-color css
<style>
span { border-color: #DCB864; }
span { border-color: rgb(220,184,100); }
td.TdClassName
{
border-color: #DCB864;
}
.TagClassName
{
border-color: #DCB864;
}
</style>