Shades of Equator #DCB063
Tints of Equator #DCB063
RGB
CMYK
RGB Variations
Color information
#DCB063 (or 0xDCB063) is known color: Equator. HEX triplet: DC, B0 and 63. RGB value is (220,176,99). Sum of RGB (Red+Green+Blue) = 220+176+99=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB063 is #234F9C. Grayscale: #B4B4B4. Windows color (decimal): -2314141 or 6533340. OLE color: 6533340.
HSL color Cylindrical-coordinate representation of color #DCB063: hue angle of 38.18º 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 #DCB063 is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 99 | - |
| CMYK | 0 | 0.2 | 0.55 | 0.14 |
| HSL | 38.18º | 0.63% | 0.63% | - |
| HSV(B) | 38.18º | 0.55% | 0.86% | - |
| XYZ | 47.29 | 47.17 | 18.42 | - |
| YUV | 180.38 | 82.08 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 99 | 0 | 0.2 | 0.55 | 0.14 | 38.18 | 0.63 | 0.63 |
| Hex | DC | B0 | 63 | 0 | 14 | 37 | E | 26 | 3F | 3F |
| Octal | 334 | 260 | 143 | 0 | 24 | 67 | 16 | 46 | 77 | 77 |
| Binary | 11011100 | 10110000 | 1100011 | 0 | 10100 | 110111 | 1110 | 100110 | 111111 | 111111 |
Color Harmonies of #DCB063
Complementary color
Monochromatic Colors of #DCB063
Black with #DCB063
Text Example
Text Example
White with #DCB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB063; }
p { color: rgb(220,176,99); }
H1.HeaderClassName
{
color: #DCB063;
}
.AnyTagClassName
{
color: #DCB063;
}
</style>
background-color css
<style>
a { background-color: #DCB063; }
a { background-color: rgb(220,176,99); }
div.DivClassName
{
background-color: #DCB063;
}
.BgClassName
{
background-color: #DCB063;
}
</style>
border-color css
<style>
span { border-color: #DCB063; }
span { border-color: rgb(220,176,99); }
td.TdClassName
{
border-color: #DCB063;
}
.TagClassName
{
border-color: #DCB063;
}
</style>