Shades of Equator #DDA96B
Tints of Equator #DDA96B
RGB
CMYK
RGB Variations
Color information
#DDA96B (or 0xDDA96B) is known color: Equator. HEX triplet: DD, A9 and 6B. RGB value is (221,169,107). Sum of RGB (Red+Green+Blue) = 221+169+107=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA96B is #225694. Grayscale: #B1B1B1. Windows color (decimal): -2250389 or 7055837. OLE color: 7055837.
HSL color Cylindrical-coordinate representation of color #DDA96B: hue angle of 32.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDA96B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 107 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.13 |
| HSL | 32.63º | 0.63% | 0.64% | - |
| HSV(B) | 32.63º | 0.52% | 0.87% | - |
| XYZ | 46.66 | 44.81 | 20.1 | - |
| YUV | 177.48 | 88.23 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 107 | 0 | 0.24 | 0.52 | 0.13 | 32.63 | 0.63 | 0.64 |
| Hex | DD | A9 | 6B | 0 | 18 | 34 | D | 21 | 3F | 40 |
| Octal | 335 | 251 | 153 | 0 | 30 | 64 | 15 | 41 | 77 | 100 |
| Binary | 11011101 | 10101001 | 1101011 | 0 | 11000 | 110100 | 1101 | 100001 | 111111 | 1000000 |
Color Harmonies of #DDA96B
Complementary color
Monochromatic Colors of #DDA96B
Black with #DDA96B
Text Example
Text Example
White with #DDA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA96B; }
p { color: rgb(221,169,107); }
H1.HeaderClassName
{
color: #DDA96B;
}
.AnyTagClassName
{
color: #DDA96B;
}
</style>
background-color css
<style>
a { background-color: #DDA96B; }
a { background-color: rgb(221,169,107); }
div.DivClassName
{
background-color: #DDA96B;
}
.BgClassName
{
background-color: #DDA96B;
}
</style>
border-color css
<style>
span { border-color: #DDA96B; }
span { border-color: rgb(221,169,107); }
td.TdClassName
{
border-color: #DDA96B;
}
.TagClassName
{
border-color: #DDA96B;
}
</style>