Shades of Equator #DDA86D
Tints of Equator #DDA86D
RGB
CMYK
RGB Variations
Color information
#DDA86D (or 0xDDA86D) is known color: Equator. HEX triplet: DD, A8 and 6D. RGB value is (221,168,109). Sum of RGB (Red+Green+Blue) = 221+168+109=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA86D is #225792. Grayscale: #B1B1B1. Windows color (decimal): -2250643 or 7186653. OLE color: 7186653.
HSL color Cylindrical-coordinate representation of color #DDA86D: hue angle of 31.61º 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 #DDA86D is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 109 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.13 |
| HSL | 31.61º | 0.62% | 0.65% | - |
| HSV(B) | 31.61º | 0.51% | 0.87% | - |
| XYZ | 46.58 | 44.48 | 20.6 | - |
| YUV | 177.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 109 | 0 | 0.24 | 0.51 | 0.13 | 31.61 | 0.62 | 0.65 |
| Hex | DD | A8 | 6D | 0 | 18 | 33 | D | 20 | 3E | 41 |
| Octal | 335 | 250 | 155 | 0 | 30 | 63 | 15 | 40 | 76 | 101 |
| Binary | 11011101 | 10101000 | 1101101 | 0 | 11000 | 110011 | 1101 | 100000 | 111110 | 1000001 |
Color Harmonies of #DDA86D
Complementary color
Monochromatic Colors of #DDA86D
Black with #DDA86D
Text Example
Text Example
White with #DDA86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA86D; }
p { color: rgb(221,168,109); }
H1.HeaderClassName
{
color: #DDA86D;
}
.AnyTagClassName
{
color: #DDA86D;
}
</style>
background-color css
<style>
a { background-color: #DDA86D; }
a { background-color: rgb(221,168,109); }
div.DivClassName
{
background-color: #DDA86D;
}
.BgClassName
{
background-color: #DDA86D;
}
</style>
border-color css
<style>
span { border-color: #DDA86D; }
span { border-color: rgb(221,168,109); }
td.TdClassName
{
border-color: #DDA86D;
}
.TagClassName
{
border-color: #DDA86D;
}
</style>