Shades of Equator #DDAC5E
Tints of Equator #DDAC5E
RGB
CMYK
RGB Variations
Color information
#DDAC5E (or 0xDDAC5E) is known color: Equator. HEX triplet: DD, AC and 5E. RGB value is (221,172,94). Sum of RGB (Red+Green+Blue) = 221+172+94=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC5E is #2253A1. Grayscale: #B2B2B2. Windows color (decimal): -2249634 or 6204637. OLE color: 6204637.
HSL color Cylindrical-coordinate representation of color #DDAC5E: hue angle of 36.85º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDAC5E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 94 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.13 |
| HSL | 36.85º | 0.65% | 0.62% | - |
| HSV(B) | 36.85º | 0.57% | 0.87% | - |
| XYZ | 46.59 | 45.69 | 16.95 | - |
| YUV | 177.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 94 | 0 | 0.22 | 0.57 | 0.13 | 36.85 | 0.65 | 0.62 |
| Hex | DD | AC | 5E | 0 | 16 | 39 | D | 25 | 41 | 3E |
| Octal | 335 | 254 | 136 | 0 | 26 | 71 | 15 | 45 | 101 | 76 |
| Binary | 11011101 | 10101100 | 1011110 | 0 | 10110 | 111001 | 1101 | 100101 | 1000001 | 111110 |
Color Harmonies of #DDAC5E
Complementary color
Monochromatic Colors of #DDAC5E
Black with #DDAC5E
Text Example
Text Example
White with #DDAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC5E; }
p { color: rgb(221,172,94); }
H1.HeaderClassName
{
color: #DDAC5E;
}
.AnyTagClassName
{
color: #DDAC5E;
}
</style>
background-color css
<style>
a { background-color: #DDAC5E; }
a { background-color: rgb(221,172,94); }
div.DivClassName
{
background-color: #DDAC5E;
}
.BgClassName
{
background-color: #DDAC5E;
}
</style>
border-color css
<style>
span { border-color: #DDAC5E; }
span { border-color: rgb(221,172,94); }
td.TdClassName
{
border-color: #DDAC5E;
}
.TagClassName
{
border-color: #DDAC5E;
}
</style>