Shades of Equator #DDAF5E
Tints of Equator #DDAF5E
RGB
CMYK
RGB Variations
Color information
#DDAF5E (or 0xDDAF5E) is known color: Equator. HEX triplet: DD, AF and 5E. RGB value is (221,175,94). Sum of RGB (Red+Green+Blue) = 221+175+94=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF5E is #2250A1. Grayscale: #B3B3B3. Windows color (decimal): -2248866 or 6205405. OLE color: 6205405.
HSL color Cylindrical-coordinate representation of color #DDAF5E: hue angle of 38.27º 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 #DDAF5E is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 94 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.13 |
| HSL | 38.27º | 0.65% | 0.62% | - |
| HSV(B) | 38.27º | 0.57% | 0.87% | - |
| XYZ | 47.17 | 46.84 | 17.14 | - |
| YUV | 179.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 94 | 0 | 0.21 | 0.57 | 0.13 | 38.27 | 0.65 | 0.62 |
| Hex | DD | AF | 5E | 0 | 15 | 39 | D | 26 | 41 | 3E |
| Octal | 335 | 257 | 136 | 0 | 25 | 71 | 15 | 46 | 101 | 76 |
| Binary | 11011101 | 10101111 | 1011110 | 0 | 10101 | 111001 | 1101 | 100110 | 1000001 | 111110 |
Color Harmonies of #DDAF5E
Complementary color
Monochromatic Colors of #DDAF5E
Black with #DDAF5E
Text Example
Text Example
White with #DDAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF5E; }
p { color: rgb(221,175,94); }
H1.HeaderClassName
{
color: #DDAF5E;
}
.AnyTagClassName
{
color: #DDAF5E;
}
</style>
background-color css
<style>
a { background-color: #DDAF5E; }
a { background-color: rgb(221,175,94); }
div.DivClassName
{
background-color: #DDAF5E;
}
.BgClassName
{
background-color: #DDAF5E;
}
</style>
border-color css
<style>
span { border-color: #DDAF5E; }
span { border-color: rgb(221,175,94); }
td.TdClassName
{
border-color: #DDAF5E;
}
.TagClassName
{
border-color: #DDAF5E;
}
</style>