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