Shades of Equator #DDA869
Tints of Equator #DDA869
RGB
CMYK
RGB Variations
Color information
#DDA869 (or 0xDDA869) is known color: Equator. HEX triplet: DD, A8 and 69. RGB value is (221,168,105). Sum of RGB (Red+Green+Blue) = 221+168+105=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA869 is #225796. Grayscale: #B0B0B0. Windows color (decimal): -2250647 or 6924509. OLE color: 6924509.
HSL color Cylindrical-coordinate representation of color #DDA869: hue angle of 32.59º 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 #DDA869 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 168 | 105 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.13 |
| HSL | 32.59º | 0.63% | 0.64% | - |
| HSV(B) | 32.59º | 0.52% | 0.87% | - |
| XYZ | 46.37 | 44.4 | 19.49 | - |
| YUV | 176.67 | 87.56 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 168 | 105 | 0 | 0.24 | 0.52 | 0.13 | 32.59 | 0.63 | 0.64 |
| Hex | DD | A8 | 69 | 0 | 18 | 34 | D | 21 | 3F | 40 |
| Octal | 335 | 250 | 151 | 0 | 30 | 64 | 15 | 41 | 77 | 100 |
| Binary | 11011101 | 10101000 | 1101001 | 0 | 11000 | 110100 | 1101 | 100001 | 111111 | 1000000 |
Color Harmonies of #DDA869
Complementary color
Monochromatic Colors of #DDA869
Black with #DDA869
Text Example
Text Example
White with #DDA869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA869; }
p { color: rgb(221,168,105); }
H1.HeaderClassName
{
color: #DDA869;
}
.AnyTagClassName
{
color: #DDA869;
}
</style>
background-color css
<style>
a { background-color: #DDA869; }
a { background-color: rgb(221,168,105); }
div.DivClassName
{
background-color: #DDA869;
}
.BgClassName
{
background-color: #DDA869;
}
</style>
border-color css
<style>
span { border-color: #DDA869; }
span { border-color: rgb(221,168,105); }
td.TdClassName
{
border-color: #DDA869;
}
.TagClassName
{
border-color: #DDA869;
}
</style>