Shades of Equator #DDA86B
Tints of Equator #DDA86B
RGB
CMYK
RGB Variations
Color information
#DDA86B (or 0xDDA86B) is known color: Equator. HEX triplet: DD, A8 and 6B. RGB value is (221,168,107). Sum of RGB (Red+Green+Blue) = 221+168+107=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA86B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA86B is #225794. Grayscale: #B1B1B1. Windows color (decimal): -2250645 or 7055581. OLE color: 7055581.
HSL color Cylindrical-coordinate representation of color #DDA86B: hue angle of 32.11º 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 #DDA86B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 107 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.13 |
| HSL | 32.11º | 0.63% | 0.64% | - |
| HSV(B) | 32.11º | 0.52% | 0.87% | - |
| XYZ | 46.48 | 44.44 | 20.04 | - |
| YUV | 176.89 | 88.56 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 107 | 0 | 0.24 | 0.52 | 0.13 | 32.11 | 0.63 | 0.64 |
| Hex | DD | A8 | 6B | 0 | 18 | 34 | D | 20 | 3F | 40 |
| Octal | 335 | 250 | 153 | 0 | 30 | 64 | 15 | 40 | 77 | 100 |
| Binary | 11011101 | 10101000 | 1101011 | 0 | 11000 | 110100 | 1101 | 100000 | 111111 | 1000000 |
Color Harmonies of #DDA86B
Complementary color
Monochromatic Colors of #DDA86B
Black with #DDA86B
Text Example
Text Example
White with #DDA86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA86B; }
p { color: rgb(221,168,107); }
H1.HeaderClassName
{
color: #DDA86B;
}
.AnyTagClassName
{
color: #DDA86B;
}
</style>
background-color css
<style>
a { background-color: #DDA86B; }
a { background-color: rgb(221,168,107); }
div.DivClassName
{
background-color: #DDA86B;
}
.BgClassName
{
background-color: #DDA86B;
}
</style>
border-color css
<style>
span { border-color: #DDA86B; }
span { border-color: rgb(221,168,107); }
td.TdClassName
{
border-color: #DDA86B;
}
.TagClassName
{
border-color: #DDA86B;
}
</style>