Shades of Equator #DDA962
Tints of Equator #DDA962
RGB
CMYK
RGB Variations
Color information
#DDA962 (or 0xDDA962) is known color: Equator. HEX triplet: DD, A9 and 62. RGB value is (221,169,98). Sum of RGB (Red+Green+Blue) = 221+169+98=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA962 is #22569D. Grayscale: #B0B0B0. Windows color (decimal): -2250398 or 6466013. OLE color: 6466013.
HSL color Cylindrical-coordinate representation of color #DDA962: hue angle of 34.63º 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 #DDA962 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 98 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.13 |
| HSL | 34.63º | 0.64% | 0.63% | - |
| HSV(B) | 34.63º | 0.56% | 0.87% | - |
| XYZ | 46.21 | 44.63 | 17.73 | - |
| YUV | 176.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 98 | 0 | 0.24 | 0.56 | 0.13 | 34.63 | 0.64 | 0.63 |
| Hex | DD | A9 | 62 | 0 | 18 | 38 | D | 23 | 40 | 3F |
| Octal | 335 | 251 | 142 | 0 | 30 | 70 | 15 | 43 | 100 | 77 |
| Binary | 11011101 | 10101001 | 1100010 | 0 | 11000 | 111000 | 1101 | 100011 | 1000000 | 111111 |
Color Harmonies of #DDA962
Complementary color
Monochromatic Colors of #DDA962
Black with #DDA962
Text Example
Text Example
White with #DDA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA962; }
p { color: rgb(221,169,98); }
H1.HeaderClassName
{
color: #DDA962;
}
.AnyTagClassName
{
color: #DDA962;
}
</style>
background-color css
<style>
a { background-color: #DDA962; }
a { background-color: rgb(221,169,98); }
div.DivClassName
{
background-color: #DDA962;
}
.BgClassName
{
background-color: #DDA962;
}
</style>
border-color css
<style>
span { border-color: #DDA962; }
span { border-color: rgb(221,169,98); }
td.TdClassName
{
border-color: #DDA962;
}
.TagClassName
{
border-color: #DDA962;
}
</style>