Shades of Equator #DCAB6D
Tints of Equator #DCAB6D
RGB
CMYK
RGB Variations
Color information
#DCAB6D (or 0xDCAB6D) is known color: Equator. HEX triplet: DC, AB and 6D. RGB value is (220,171,109). Sum of RGB (Red+Green+Blue) = 220+171+109=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB6D is #235492. Grayscale: #B2B2B2. Windows color (decimal): -2315411 or 7187420. OLE color: 7187420.
HSL color Cylindrical-coordinate representation of color #DCAB6D: hue angle of 33.51º 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 #DCAB6D is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 109 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.14 |
| HSL | 33.51º | 0.61% | 0.65% | - |
| HSV(B) | 33.51º | 0.5% | 0.86% | - |
| XYZ | 46.84 | 45.45 | 20.77 | - |
| YUV | 178.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 109 | 0 | 0.22 | 0.50 | 0.14 | 33.51 | 0.61 | 0.65 |
| Hex | DC | AB | 6D | 0 | 16 | 32 | E | 22 | 3D | 41 |
| Octal | 334 | 253 | 155 | 0 | 26 | 62 | 16 | 42 | 75 | 101 |
| Binary | 11011100 | 10101011 | 1101101 | 0 | 10110 | 110010 | 1110 | 100010 | 111101 | 1000001 |
Color Harmonies of #DCAB6D
Complementary color
Monochromatic Colors of #DCAB6D
Black with #DCAB6D
Text Example
Text Example
White with #DCAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB6D; }
p { color: rgb(220,171,109); }
H1.HeaderClassName
{
color: #DCAB6D;
}
.AnyTagClassName
{
color: #DCAB6D;
}
</style>
background-color css
<style>
a { background-color: #DCAB6D; }
a { background-color: rgb(220,171,109); }
div.DivClassName
{
background-color: #DCAB6D;
}
.BgClassName
{
background-color: #DCAB6D;
}
</style>
border-color css
<style>
span { border-color: #DCAB6D; }
span { border-color: rgb(220,171,109); }
td.TdClassName
{
border-color: #DCAB6D;
}
.TagClassName
{
border-color: #DCAB6D;
}
</style>