Shades of Equator #DDA96C
Tints of Equator #DDA96C
RGB
CMYK
RGB Variations
Color information
#DDA96C (or 0xDDA96C) is known color: Equator. HEX triplet: DD, A9 and 6C. RGB value is (221,169,108). Sum of RGB (Red+Green+Blue) = 221+169+108=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 108 (42.58% from 255 or 21.69% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA96C is #225693. Grayscale: #B1B1B1. Windows color (decimal): -2250388 or 7121373. OLE color: 7121373.
HSL color Cylindrical-coordinate representation of color #DDA96C: hue angle of 32.39º 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 #DDA96C is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 108 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.13 |
| HSL | 32.39º | 0.62% | 0.65% | - |
| HSV(B) | 32.39º | 0.51% | 0.87% | - |
| XYZ | 46.71 | 44.83 | 20.38 | - |
| YUV | 177.59 | 88.73 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 108 | 0 | 0.24 | 0.51 | 0.13 | 32.39 | 0.62 | 0.65 |
| Hex | DD | A9 | 6C | 0 | 18 | 33 | D | 20 | 3E | 41 |
| Octal | 335 | 251 | 154 | 0 | 30 | 63 | 15 | 40 | 76 | 101 |
| Binary | 11011101 | 10101001 | 1101100 | 0 | 11000 | 110011 | 1101 | 100000 | 111110 | 1000001 |
Color Harmonies of #DDA96C
Complementary color
Monochromatic Colors of #DDA96C
Black with #DDA96C
Text Example
Text Example
White with #DDA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA96C; }
p { color: rgb(221,169,108); }
H1.HeaderClassName
{
color: #DDA96C;
}
.AnyTagClassName
{
color: #DDA96C;
}
</style>
background-color css
<style>
a { background-color: #DDA96C; }
a { background-color: rgb(221,169,108); }
div.DivClassName
{
background-color: #DDA96C;
}
.BgClassName
{
background-color: #DDA96C;
}
</style>
border-color css
<style>
span { border-color: #DDA96C; }
span { border-color: rgb(221,169,108); }
td.TdClassName
{
border-color: #DDA96C;
}
.TagClassName
{
border-color: #DDA96C;
}
</style>