Shades of Equator #DDAB63
Tints of Equator #DDAB63
RGB
CMYK
RGB Variations
Color information
#DDAB63 (or 0xDDAB63) is known color: Equator. HEX triplet: DD, AB and 63. RGB value is (221,171,99). Sum of RGB (Red+Green+Blue) = 221+171+99=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB63 is #22549C. Grayscale: #B2B2B2. Windows color (decimal): -2249885 or 6532061. OLE color: 6532061.
HSL color Cylindrical-coordinate representation of color #DDAB63: hue angle of 35.41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDAB63 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 99 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.13 |
| HSL | 35.41º | 0.64% | 0.63% | - |
| HSV(B) | 35.41º | 0.55% | 0.87% | - |
| XYZ | 46.63 | 45.4 | 18.11 | - |
| YUV | 177.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 99 | 0 | 0.23 | 0.55 | 0.13 | 35.41 | 0.64 | 0.63 |
| Hex | DD | AB | 63 | 0 | 17 | 37 | D | 23 | 40 | 3F |
| Octal | 335 | 253 | 143 | 0 | 27 | 67 | 15 | 43 | 100 | 77 |
| Binary | 11011101 | 10101011 | 1100011 | 0 | 10111 | 110111 | 1101 | 100011 | 1000000 | 111111 |
Color Harmonies of #DDAB63
Complementary color
Monochromatic Colors of #DDAB63
Black with #DDAB63
Text Example
Text Example
White with #DDAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB63; }
p { color: rgb(221,171,99); }
H1.HeaderClassName
{
color: #DDAB63;
}
.AnyTagClassName
{
color: #DDAB63;
}
</style>
background-color css
<style>
a { background-color: #DDAB63; }
a { background-color: rgb(221,171,99); }
div.DivClassName
{
background-color: #DDAB63;
}
.BgClassName
{
background-color: #DDAB63;
}
</style>
border-color css
<style>
span { border-color: #DDAB63; }
span { border-color: rgb(221,171,99); }
td.TdClassName
{
border-color: #DDAB63;
}
.TagClassName
{
border-color: #DDAB63;
}
</style>