Shades of Equator #DDA963
Tints of Equator #DDA963
RGB
CMYK
RGB Variations
Color information
#DDA963 (or 0xDDA963) is known color: Equator. HEX triplet: DD, A9 and 63. RGB value is (221,169,99). Sum of RGB (Red+Green+Blue) = 221+169+99=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA963 is #22569C. Grayscale: #B0B0B0. Windows color (decimal): -2250397 or 6531549. OLE color: 6531549.
HSL color Cylindrical-coordinate representation of color #DDA963: hue angle of 34.43º 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 #DDA963 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 99 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.13 |
| HSL | 34.43º | 0.64% | 0.63% | - |
| HSV(B) | 34.43º | 0.55% | 0.87% | - |
| XYZ | 46.26 | 44.65 | 17.98 | - |
| YUV | 176.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 99 | 0 | 0.24 | 0.55 | 0.13 | 34.43 | 0.64 | 0.63 |
| Hex | DD | A9 | 63 | 0 | 18 | 37 | D | 22 | 40 | 3F |
| Octal | 335 | 251 | 143 | 0 | 30 | 67 | 15 | 42 | 100 | 77 |
| Binary | 11011101 | 10101001 | 1100011 | 0 | 11000 | 110111 | 1101 | 100010 | 1000000 | 111111 |
Color Harmonies of #DDA963
Complementary color
Monochromatic Colors of #DDA963
Black with #DDA963
Text Example
Text Example
White with #DDA963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA963; }
p { color: rgb(221,169,99); }
H1.HeaderClassName
{
color: #DDA963;
}
.AnyTagClassName
{
color: #DDA963;
}
</style>
background-color css
<style>
a { background-color: #DDA963; }
a { background-color: rgb(221,169,99); }
div.DivClassName
{
background-color: #DDA963;
}
.BgClassName
{
background-color: #DDA963;
}
</style>
border-color css
<style>
span { border-color: #DDA963; }
span { border-color: rgb(221,169,99); }
td.TdClassName
{
border-color: #DDA963;
}
.TagClassName
{
border-color: #DDA963;
}
</style>