Shades of Equator #DDAC6A
Tints of Equator #DDAC6A
RGB
CMYK
RGB Variations
Color information
#DDAC6A (or 0xDDAC6A) is known color: Equator. HEX triplet: DD, AC and 6A. RGB value is (221,172,106). Sum of RGB (Red+Green+Blue) = 221+172+106=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC6A is #225395. Grayscale: #B3B3B3. Windows color (decimal): -2249622 or 6991069. OLE color: 6991069.
HSL color Cylindrical-coordinate representation of color #DDAC6A: hue angle of 34.43º 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 #DDAC6A is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 106 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.13 |
| HSL | 34.43º | 0.63% | 0.64% | - |
| HSV(B) | 34.43º | 0.52% | 0.87% | - |
| XYZ | 47.17 | 45.92 | 20.01 | - |
| YUV | 179.13 | 86.73 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 106 | 0 | 0.22 | 0.52 | 0.13 | 34.43 | 0.63 | 0.64 |
| Hex | DD | AC | 6A | 0 | 16 | 34 | D | 22 | 3F | 40 |
| Octal | 335 | 254 | 152 | 0 | 26 | 64 | 15 | 42 | 77 | 100 |
| Binary | 11011101 | 10101100 | 1101010 | 0 | 10110 | 110100 | 1101 | 100010 | 111111 | 1000000 |
Color Harmonies of #DDAC6A
Complementary color
Monochromatic Colors of #DDAC6A
Black with #DDAC6A
Text Example
Text Example
White with #DDAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC6A; }
p { color: rgb(221,172,106); }
H1.HeaderClassName
{
color: #DDAC6A;
}
.AnyTagClassName
{
color: #DDAC6A;
}
</style>
background-color css
<style>
a { background-color: #DDAC6A; }
a { background-color: rgb(221,172,106); }
div.DivClassName
{
background-color: #DDAC6A;
}
.BgClassName
{
background-color: #DDAC6A;
}
</style>
border-color css
<style>
span { border-color: #DDAC6A; }
span { border-color: rgb(221,172,106); }
td.TdClassName
{
border-color: #DDAC6A;
}
.TagClassName
{
border-color: #DDAC6A;
}
</style>