Shades of Equator #DCB16B
Tints of Equator #DCB16B
RGB
CMYK
RGB Variations
Color information
#DCB16B (or 0xDCB16B) is known color: Equator. HEX triplet: DC, B1 and 6B. RGB value is (220,177,107). Sum of RGB (Red+Green+Blue) = 220+177+107=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB16B is #234E94. Grayscale: #B6B6B6. Windows color (decimal): -2313877 or 7057884. OLE color: 7057884.
HSL color Cylindrical-coordinate representation of color #DCB16B: hue angle of 37.17º 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 #DCB16B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 107 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.14 |
| HSL | 37.17º | 0.62% | 0.64% | - |
| HSV(B) | 37.17º | 0.51% | 0.86% | - |
| XYZ | 47.89 | 47.72 | 20.6 | - |
| YUV | 181.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 107 | 0 | 0.20 | 0.51 | 0.14 | 37.17 | 0.62 | 0.64 |
| Hex | DC | B1 | 6B | 0 | 14 | 33 | E | 25 | 3E | 40 |
| Octal | 334 | 261 | 153 | 0 | 24 | 63 | 16 | 45 | 76 | 100 |
| Binary | 11011100 | 10110001 | 1101011 | 0 | 10100 | 110011 | 1110 | 100101 | 111110 | 1000000 |
Color Harmonies of #DCB16B
Complementary color
Monochromatic Colors of #DCB16B
Black with #DCB16B
Text Example
Text Example
White with #DCB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB16B; }
p { color: rgb(220,177,107); }
H1.HeaderClassName
{
color: #DCB16B;
}
.AnyTagClassName
{
color: #DCB16B;
}
</style>
background-color css
<style>
a { background-color: #DCB16B; }
a { background-color: rgb(220,177,107); }
div.DivClassName
{
background-color: #DCB16B;
}
.BgClassName
{
background-color: #DCB16B;
}
</style>
border-color css
<style>
span { border-color: #DCB16B; }
span { border-color: rgb(220,177,107); }
td.TdClassName
{
border-color: #DCB16B;
}
.TagClassName
{
border-color: #DCB16B;
}
</style>