Shades of Equator #DDAB60
Tints of Equator #DDAB60
RGB
CMYK
RGB Variations
Color information
#DDAB60 (or 0xDDAB60) is known color: Equator. HEX triplet: DD, AB and 60. RGB value is (221,171,96). Sum of RGB (Red+Green+Blue) = 221+171+96=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB60 is #22549F. Grayscale: #B1B1B1. Windows color (decimal): -2249888 or 6335453. OLE color: 6335453.
HSL color Cylindrical-coordinate representation of color #DDAB60: hue angle of 36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDAB60 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 96 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.13 |
| HSL | 36º | 0.65% | 0.62% | - |
| HSV(B) | 36º | 0.57% | 0.87% | - |
| XYZ | 46.49 | 45.34 | 17.37 | - |
| YUV | 177.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 96 | 0 | 0.23 | 0.57 | 0.13 | 36 | 0.65 | 0.62 |
| Hex | DD | AB | 60 | 0 | 17 | 39 | D | 24 | 41 | 3E |
| Octal | 335 | 253 | 140 | 0 | 27 | 71 | 15 | 44 | 101 | 76 |
| Binary | 11011101 | 10101011 | 1100000 | 0 | 10111 | 111001 | 1101 | 100100 | 1000001 | 111110 |
Color Harmonies of #DDAB60
Complementary color
Monochromatic Colors of #DDAB60
Black with #DDAB60
Text Example
Text Example
White with #DDAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB60; }
p { color: rgb(221,171,96); }
H1.HeaderClassName
{
color: #DDAB60;
}
.AnyTagClassName
{
color: #DDAB60;
}
</style>
background-color css
<style>
a { background-color: #DDAB60; }
a { background-color: rgb(221,171,96); }
div.DivClassName
{
background-color: #DDAB60;
}
.BgClassName
{
background-color: #DDAB60;
}
</style>
border-color css
<style>
span { border-color: #DDAB60; }
span { border-color: rgb(221,171,96); }
td.TdClassName
{
border-color: #DDAB60;
}
.TagClassName
{
border-color: #DDAB60;
}
</style>