Shades of Equator #DDAA68
Tints of Equator #DDAA68
RGB
CMYK
RGB Variations
Color information
#DDAA68 (or 0xDDAA68) is known color: Equator. HEX triplet: DD, AA and 68. RGB value is (221,170,104). Sum of RGB (Red+Green+Blue) = 221+170+104=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA68 is #225597. Grayscale: #B2B2B2. Windows color (decimal): -2250136 or 6859485. OLE color: 6859485.
HSL color Cylindrical-coordinate representation of color #DDAA68: hue angle of 33.85º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDAA68 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 104 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 33.85º | 0.63% | 0.64% | - |
| HSV(B) | 33.85º | 0.53% | 0.87% | - |
| XYZ | 46.69 | 45.12 | 19.35 | - |
| YUV | 177.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 104 | 0 | 0.23 | 0.53 | 0.13 | 33.85 | 0.63 | 0.64 |
| Hex | DD | AA | 68 | 0 | 17 | 35 | D | 22 | 3F | 40 |
| Octal | 335 | 252 | 150 | 0 | 27 | 65 | 15 | 42 | 77 | 100 |
| Binary | 11011101 | 10101010 | 1101000 | 0 | 10111 | 110101 | 1101 | 100010 | 111111 | 1000000 |
Color Harmonies of #DDAA68
Complementary color
Monochromatic Colors of #DDAA68
Black with #DDAA68
Text Example
Text Example
White with #DDAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA68; }
p { color: rgb(221,170,104); }
H1.HeaderClassName
{
color: #DDAA68;
}
.AnyTagClassName
{
color: #DDAA68;
}
</style>
background-color css
<style>
a { background-color: #DDAA68; }
a { background-color: rgb(221,170,104); }
div.DivClassName
{
background-color: #DDAA68;
}
.BgClassName
{
background-color: #DDAA68;
}
</style>
border-color css
<style>
span { border-color: #DDAA68; }
span { border-color: rgb(221,170,104); }
td.TdClassName
{
border-color: #DDAA68;
}
.TagClassName
{
border-color: #DDAA68;
}
</style>