Shades of Equator #DDAF60
Tints of Equator #DDAF60
RGB
CMYK
RGB Variations
Color information
#DDAF60 (or 0xDDAF60) is known color: Equator. HEX triplet: DD, AF and 60. RGB value is (221,175,96). Sum of RGB (Red+Green+Blue) = 221+175+96=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 96 (37.89% from 255 or 19.51% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF60 is #22509F. Grayscale: #B4B4B4. Windows color (decimal): -2248864 or 6336477. OLE color: 6336477.
HSL color Cylindrical-coordinate representation of color #DDAF60: hue angle of 37.92º 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 #DDAF60 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 96 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.13 |
| HSL | 37.92º | 0.65% | 0.62% | - |
| HSV(B) | 37.92º | 0.57% | 0.87% | - |
| XYZ | 47.26 | 46.88 | 17.62 | - |
| YUV | 179.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 96 | 0 | 0.21 | 0.57 | 0.13 | 37.92 | 0.65 | 0.62 |
| Hex | DD | AF | 60 | 0 | 15 | 39 | D | 26 | 41 | 3E |
| Octal | 335 | 257 | 140 | 0 | 25 | 71 | 15 | 46 | 101 | 76 |
| Binary | 11011101 | 10101111 | 1100000 | 0 | 10101 | 111001 | 1101 | 100110 | 1000001 | 111110 |
Color Harmonies of #DDAF60
Complementary color
Monochromatic Colors of #DDAF60
Black with #DDAF60
Text Example
Text Example
White with #DDAF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF60; }
p { color: rgb(221,175,96); }
H1.HeaderClassName
{
color: #DDAF60;
}
.AnyTagClassName
{
color: #DDAF60;
}
</style>
background-color css
<style>
a { background-color: #DDAF60; }
a { background-color: rgb(221,175,96); }
div.DivClassName
{
background-color: #DDAF60;
}
.BgClassName
{
background-color: #DDAF60;
}
</style>
border-color css
<style>
span { border-color: #DDAF60; }
span { border-color: rgb(221,175,96); }
td.TdClassName
{
border-color: #DDAF60;
}
.TagClassName
{
border-color: #DDAF60;
}
</style>