Shades of Equator #DDAA67
Tints of Equator #DDAA67
RGB
CMYK
RGB Variations
Color information
#DDAA67 (or 0xDDAA67) is known color: Equator. HEX triplet: DD, AA and 67. RGB value is (221,170,103). Sum of RGB (Red+Green+Blue) = 221+170+103=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA67 is #225598. Grayscale: #B1B1B1. Windows color (decimal): -2250137 or 6793949. OLE color: 6793949.
HSL color Cylindrical-coordinate representation of color #DDAA67: hue angle of 34.07º 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 #DDAA67 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 170 | 103 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.13 |
| HSL | 34.07º | 0.63% | 0.64% | - |
| HSV(B) | 34.07º | 0.53% | 0.87% | - |
| XYZ | 46.64 | 45.1 | 19.08 | - |
| YUV | 177.61 | 85.9 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 103 | 0 | 0.23 | 0.53 | 0.13 | 34.07 | 0.63 | 0.64 |
| Hex | DD | AA | 67 | 0 | 17 | 35 | D | 22 | 3F | 40 |
| Octal | 335 | 252 | 147 | 0 | 27 | 65 | 15 | 42 | 77 | 100 |
| Binary | 11011101 | 10101010 | 1100111 | 0 | 10111 | 110101 | 1101 | 100010 | 111111 | 1000000 |
Color Harmonies of #DDAA67
Complementary color
Monochromatic Colors of #DDAA67
Black with #DDAA67
Text Example
Text Example
White with #DDAA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAA67; }
p { color: rgb(221,170,103); }
H1.HeaderClassName
{
color: #DDAA67;
}
.AnyTagClassName
{
color: #DDAA67;
}
</style>
background-color css
<style>
a { background-color: #DDAA67; }
a { background-color: rgb(221,170,103); }
div.DivClassName
{
background-color: #DDAA67;
}
.BgClassName
{
background-color: #DDAA67;
}
</style>
border-color css
<style>
span { border-color: #DDAA67; }
span { border-color: rgb(221,170,103); }
td.TdClassName
{
border-color: #DDAA67;
}
.TagClassName
{
border-color: #DDAA67;
}
</style>