Shades of Equator #DCAB65
Tints of Equator #DCAB65
RGB
CMYK
RGB Variations
Color information
#DCAB65 (or 0xDCAB65) is known color: Equator. HEX triplet: DC, AB and 65. RGB value is (220,171,101). Sum of RGB (Red+Green+Blue) = 220+171+101=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB65 is #23549A. Grayscale: #B2B2B2. Windows color (decimal): -2315419 or 6663132. OLE color: 6663132.
HSL color Cylindrical-coordinate representation of color #DCAB65: hue angle of 35.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCAB65 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 101 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.14 |
| HSL | 35.29º | 0.63% | 0.63% | - |
| HSV(B) | 35.29º | 0.54% | 0.86% | - |
| XYZ | 46.43 | 45.28 | 18.61 | - |
| YUV | 177.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 101 | 0 | 0.22 | 0.54 | 0.14 | 35.29 | 0.63 | 0.63 |
| Hex | DC | AB | 65 | 0 | 16 | 36 | E | 23 | 3F | 3F |
| Octal | 334 | 253 | 145 | 0 | 26 | 66 | 16 | 43 | 77 | 77 |
| Binary | 11011100 | 10101011 | 1100101 | 0 | 10110 | 110110 | 1110 | 100011 | 111111 | 111111 |
Color Harmonies of #DCAB65
Complementary color
Monochromatic Colors of #DCAB65
Black with #DCAB65
Text Example
Text Example
White with #DCAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB65; }
p { color: rgb(220,171,101); }
H1.HeaderClassName
{
color: #DCAB65;
}
.AnyTagClassName
{
color: #DCAB65;
}
</style>
background-color css
<style>
a { background-color: #DCAB65; }
a { background-color: rgb(220,171,101); }
div.DivClassName
{
background-color: #DCAB65;
}
.BgClassName
{
background-color: #DCAB65;
}
</style>
border-color css
<style>
span { border-color: #DCAB65; }
span { border-color: rgb(220,171,101); }
td.TdClassName
{
border-color: #DCAB65;
}
.TagClassName
{
border-color: #DCAB65;
}
</style>