Shades of Equator #DCB16F
Tints of Equator #DCB16F
RGB
CMYK
RGB Variations
Color information
#DCB16F (or 0xDCB16F) is known color: Equator. HEX triplet: DC, B1 and 6F. RGB value is (220,177,111). Sum of RGB (Red+Green+Blue) = 220+177+111=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB16F is #234E90. Grayscale: #B6B6B6. Windows color (decimal): -2313873 or 7320028. OLE color: 7320028.
HSL color Cylindrical-coordinate representation of color #DCB16F: hue angle of 36.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCB16F is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 111 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.14 |
| HSL | 36.33º | 0.61% | 0.65% | - |
| HSV(B) | 36.33º | 0.5% | 0.86% | - |
| XYZ | 48.11 | 47.81 | 21.73 | - |
| YUV | 182.33 | 87.75 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 111 | 0 | 0.20 | 0.50 | 0.14 | 36.33 | 0.61 | 0.65 |
| Hex | DC | B1 | 6F | 0 | 14 | 32 | E | 24 | 3D | 41 |
| Octal | 334 | 261 | 157 | 0 | 24 | 62 | 16 | 44 | 75 | 101 |
| Binary | 11011100 | 10110001 | 1101111 | 0 | 10100 | 110010 | 1110 | 100100 | 111101 | 1000001 |
Color Harmonies of #DCB16F
Complementary color
Monochromatic Colors of #DCB16F
Black with #DCB16F
Text Example
Text Example
White with #DCB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB16F; }
p { color: rgb(220,177,111); }
H1.HeaderClassName
{
color: #DCB16F;
}
.AnyTagClassName
{
color: #DCB16F;
}
</style>
background-color css
<style>
a { background-color: #DCB16F; }
a { background-color: rgb(220,177,111); }
div.DivClassName
{
background-color: #DCB16F;
}
.BgClassName
{
background-color: #DCB16F;
}
</style>
border-color css
<style>
span { border-color: #DCB16F; }
span { border-color: rgb(220,177,111); }
td.TdClassName
{
border-color: #DCB16F;
}
.TagClassName
{
border-color: #DCB16F;
}
</style>