Shades of Equator #DCAB5E
Tints of Equator #DCAB5E
RGB
CMYK
RGB Variations
Color information
#DCAB5E (or 0xDCAB5E) is known color: Equator. HEX triplet: DC, AB and 5E. RGB value is (220,171,94). Sum of RGB (Red+Green+Blue) = 220+171+94=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB5E is #2354A1. Grayscale: #B1B1B1. Windows color (decimal): -2315426 or 6204380. OLE color: 6204380.
HSL color Cylindrical-coordinate representation of color #DCAB5E: hue angle of 36.67º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCAB5E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 94 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.14 |
| HSL | 36.67º | 0.64% | 0.62% | - |
| HSV(B) | 36.67º | 0.57% | 0.86% | - |
| XYZ | 46.1 | 45.15 | 16.87 | - |
| YUV | 176.87 | 81.23 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 94 | 0 | 0.22 | 0.57 | 0.14 | 36.67 | 0.64 | 0.62 |
| Hex | DC | AB | 5E | 0 | 16 | 39 | E | 25 | 40 | 3E |
| Octal | 334 | 253 | 136 | 0 | 26 | 71 | 16 | 45 | 100 | 76 |
| Binary | 11011100 | 10101011 | 1011110 | 0 | 10110 | 111001 | 1110 | 100101 | 1000000 | 111110 |
Color Harmonies of #DCAB5E
Complementary color
Monochromatic Colors of #DCAB5E
Black with #DCAB5E
Text Example
Text Example
White with #DCAB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB5E; }
p { color: rgb(220,171,94); }
H1.HeaderClassName
{
color: #DCAB5E;
}
.AnyTagClassName
{
color: #DCAB5E;
}
</style>
background-color css
<style>
a { background-color: #DCAB5E; }
a { background-color: rgb(220,171,94); }
div.DivClassName
{
background-color: #DCAB5E;
}
.BgClassName
{
background-color: #DCAB5E;
}
</style>
border-color css
<style>
span { border-color: #DCAB5E; }
span { border-color: rgb(220,171,94); }
td.TdClassName
{
border-color: #DCAB5E;
}
.TagClassName
{
border-color: #DCAB5E;
}
</style>