Shades of Equator #DCB16D
Tints of Equator #DCB16D
RGB
CMYK
RGB Variations
Color information
#DCB16D (or 0xDCB16D) is known color: Equator. HEX triplet: DC, B1 and 6D. RGB value is (220,177,109). Sum of RGB (Red+Green+Blue) = 220+177+109=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB16D is #234E92. Grayscale: #B6B6B6. Windows color (decimal): -2313875 or 7188956. OLE color: 7188956.
HSL color Cylindrical-coordinate representation of color #DCB16D: hue angle of 36.76º 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 #DCB16D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 109 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.14 |
| HSL | 36.76º | 0.61% | 0.65% | - |
| HSV(B) | 36.76º | 0.5% | 0.86% | - |
| XYZ | 48 | 47.76 | 21.16 | - |
| YUV | 182.11 | 86.75 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 109 | 0 | 0.20 | 0.50 | 0.14 | 36.76 | 0.61 | 0.65 |
| Hex | DC | B1 | 6D | 0 | 14 | 32 | E | 25 | 3D | 41 |
| Octal | 334 | 261 | 155 | 0 | 24 | 62 | 16 | 45 | 75 | 101 |
| Binary | 11011100 | 10110001 | 1101101 | 0 | 10100 | 110010 | 1110 | 100101 | 111101 | 1000001 |
Color Harmonies of #DCB16D
Complementary color
Monochromatic Colors of #DCB16D
Black with #DCB16D
Text Example
Text Example
White with #DCB16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB16D; }
p { color: rgb(220,177,109); }
H1.HeaderClassName
{
color: #DCB16D;
}
.AnyTagClassName
{
color: #DCB16D;
}
</style>
background-color css
<style>
a { background-color: #DCB16D; }
a { background-color: rgb(220,177,109); }
div.DivClassName
{
background-color: #DCB16D;
}
.BgClassName
{
background-color: #DCB16D;
}
</style>
border-color css
<style>
span { border-color: #DCB16D; }
span { border-color: rgb(220,177,109); }
td.TdClassName
{
border-color: #DCB16D;
}
.TagClassName
{
border-color: #DCB16D;
}
</style>