Shades of Equator #DCAB63
Tints of Equator #DCAB63
RGB
CMYK
RGB Variations
Color information
#DCAB63 (or 0xDCAB63) is known color: Equator. HEX triplet: DC, AB and 63. RGB value is (220,171,99). Sum of RGB (Red+Green+Blue) = 220+171+99=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB63 is #23549C. Grayscale: #B1B1B1. Windows color (decimal): -2315421 or 6532060. OLE color: 6532060.
HSL color Cylindrical-coordinate representation of color #DCAB63: hue angle of 35.7º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCAB63 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 99 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.14 |
| HSL | 35.7º | 0.63% | 0.63% | - |
| HSV(B) | 35.7º | 0.55% | 0.86% | - |
| XYZ | 46.33 | 45.24 | 18.1 | - |
| YUV | 177.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 99 | 0 | 0.22 | 0.55 | 0.14 | 35.7 | 0.63 | 0.63 |
| Hex | DC | AB | 63 | 0 | 16 | 37 | E | 24 | 3F | 3F |
| Octal | 334 | 253 | 143 | 0 | 26 | 67 | 16 | 44 | 77 | 77 |
| Binary | 11011100 | 10101011 | 1100011 | 0 | 10110 | 110111 | 1110 | 100100 | 111111 | 111111 |
Color Harmonies of #DCAB63
Complementary color
Monochromatic Colors of #DCAB63
Black with #DCAB63
Text Example
Text Example
White with #DCAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB63; }
p { color: rgb(220,171,99); }
H1.HeaderClassName
{
color: #DCAB63;
}
.AnyTagClassName
{
color: #DCAB63;
}
</style>
background-color css
<style>
a { background-color: #DCAB63; }
a { background-color: rgb(220,171,99); }
div.DivClassName
{
background-color: #DCAB63;
}
.BgClassName
{
background-color: #DCAB63;
}
</style>
border-color css
<style>
span { border-color: #DCAB63; }
span { border-color: rgb(220,171,99); }
td.TdClassName
{
border-color: #DCAB63;
}
.TagClassName
{
border-color: #DCAB63;
}
</style>