Shades of Equator #DDAB6D
Tints of Equator #DDAB6D
RGB
CMYK
RGB Variations
Color information
#DDAB6D (or 0xDDAB6D) is known color: Equator. HEX triplet: DD, AB and 6D. RGB value is (221,171,109). Sum of RGB (Red+Green+Blue) = 221+171+109=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB6D is #225492. Grayscale: #B3B3B3. Windows color (decimal): -2249875 or 7187421. OLE color: 7187421.
HSL color Cylindrical-coordinate representation of color #DDAB6D: hue angle of 33.21º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDAB6D is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 109 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.13 |
| HSL | 33.21º | 0.62% | 0.65% | - |
| HSV(B) | 33.21º | 0.51% | 0.87% | - |
| XYZ | 47.14 | 45.6 | 20.79 | - |
| YUV | 178.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 109 | 0 | 0.23 | 0.51 | 0.13 | 33.21 | 0.62 | 0.65 |
| Hex | DD | AB | 6D | 0 | 17 | 33 | D | 21 | 3E | 41 |
| Octal | 335 | 253 | 155 | 0 | 27 | 63 | 15 | 41 | 76 | 101 |
| Binary | 11011101 | 10101011 | 1101101 | 0 | 10111 | 110011 | 1101 | 100001 | 111110 | 1000001 |
Color Harmonies of #DDAB6D
Complementary color
Monochromatic Colors of #DDAB6D
Black with #DDAB6D
Text Example
Text Example
White with #DDAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB6D; }
p { color: rgb(221,171,109); }
H1.HeaderClassName
{
color: #DDAB6D;
}
.AnyTagClassName
{
color: #DDAB6D;
}
</style>
background-color css
<style>
a { background-color: #DDAB6D; }
a { background-color: rgb(221,171,109); }
div.DivClassName
{
background-color: #DDAB6D;
}
.BgClassName
{
background-color: #DDAB6D;
}
</style>
border-color css
<style>
span { border-color: #DDAB6D; }
span { border-color: rgb(221,171,109); }
td.TdClassName
{
border-color: #DDAB6D;
}
.TagClassName
{
border-color: #DDAB6D;
}
</style>