Shades of Equator #DDAC6C
Tints of Equator #DDAC6C
RGB
CMYK
RGB Variations
Color information
#DDAC6C (or 0xDDAC6C) is known color: Equator. HEX triplet: DD, AC and 6C. RGB value is (221,172,108). Sum of RGB (Red+Green+Blue) = 221+172+108=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC6C is #225393. Grayscale: #B3B3B3. Windows color (decimal): -2249620 or 7122141. OLE color: 7122141.
HSL color Cylindrical-coordinate representation of color #DDAC6C: hue angle of 33.98º 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 #DDAC6C is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 108 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.13 |
| HSL | 33.98º | 0.62% | 0.65% | - |
| HSV(B) | 33.98º | 0.51% | 0.87% | - |
| XYZ | 47.28 | 45.96 | 20.57 | - |
| YUV | 179.36 | 87.73 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 108 | 0 | 0.22 | 0.51 | 0.13 | 33.98 | 0.62 | 0.65 |
| Hex | DD | AC | 6C | 0 | 16 | 33 | D | 22 | 3E | 41 |
| Octal | 335 | 254 | 154 | 0 | 26 | 63 | 15 | 42 | 76 | 101 |
| Binary | 11011101 | 10101100 | 1101100 | 0 | 10110 | 110011 | 1101 | 100010 | 111110 | 1000001 |
Color Harmonies of #DDAC6C
Complementary color
Monochromatic Colors of #DDAC6C
Black with #DDAC6C
Text Example
Text Example
White with #DDAC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC6C; }
p { color: rgb(221,172,108); }
H1.HeaderClassName
{
color: #DDAC6C;
}
.AnyTagClassName
{
color: #DDAC6C;
}
</style>
background-color css
<style>
a { background-color: #DDAC6C; }
a { background-color: rgb(221,172,108); }
div.DivClassName
{
background-color: #DDAC6C;
}
.BgClassName
{
background-color: #DDAC6C;
}
</style>
border-color css
<style>
span { border-color: #DDAC6C; }
span { border-color: rgb(221,172,108); }
td.TdClassName
{
border-color: #DDAC6C;
}
.TagClassName
{
border-color: #DDAC6C;
}
</style>