Shades of Equator #DDAB62
Tints of Equator #DDAB62
RGB
CMYK
RGB Variations
Color information
#DDAB62 (or 0xDDAB62) is known color: Equator. HEX triplet: DD, AB and 62. RGB value is (221,171,98). Sum of RGB (Red+Green+Blue) = 221+171+98=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB62 is #22549D. Grayscale: #B1B1B1. Windows color (decimal): -2249886 or 6466525. OLE color: 6466525.
HSL color Cylindrical-coordinate representation of color #DDAB62: hue angle of 35.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDAB62 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 98 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.13 |
| HSL | 35.61º | 0.64% | 0.63% | - |
| HSV(B) | 35.61º | 0.56% | 0.87% | - |
| XYZ | 46.59 | 45.38 | 17.86 | - |
| YUV | 177.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 98 | 0 | 0.23 | 0.56 | 0.13 | 35.61 | 0.64 | 0.63 |
| Hex | DD | AB | 62 | 0 | 17 | 38 | D | 24 | 40 | 3F |
| Octal | 335 | 253 | 142 | 0 | 27 | 70 | 15 | 44 | 100 | 77 |
| Binary | 11011101 | 10101011 | 1100010 | 0 | 10111 | 111000 | 1101 | 100100 | 1000000 | 111111 |
Color Harmonies of #DDAB62
Complementary color
Monochromatic Colors of #DDAB62
Black with #DDAB62
Text Example
Text Example
White with #DDAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB62; }
p { color: rgb(221,171,98); }
H1.HeaderClassName
{
color: #DDAB62;
}
.AnyTagClassName
{
color: #DDAB62;
}
</style>
background-color css
<style>
a { background-color: #DDAB62; }
a { background-color: rgb(221,171,98); }
div.DivClassName
{
background-color: #DDAB62;
}
.BgClassName
{
background-color: #DDAB62;
}
</style>
border-color css
<style>
span { border-color: #DDAB62; }
span { border-color: rgb(221,171,98); }
td.TdClassName
{
border-color: #DDAB62;
}
.TagClassName
{
border-color: #DDAB62;
}
</style>