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