Shades of Equator #DDAF68
Tints of Equator #DDAF68
RGB
CMYK
RGB Variations
Color information
#DDAF68 (or 0xDDAF68) is known color: Equator. HEX triplet: DD, AF and 68. RGB value is (221,175,104). Sum of RGB (Red+Green+Blue) = 221+175+104=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF68 is #225097. Grayscale: #B4B4B4. Windows color (decimal): -2248856 or 6860765. OLE color: 6860765.
HSL color Cylindrical-coordinate representation of color #DDAF68: hue angle of 36.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDAF68 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 104 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.13 |
| HSL | 36.41º | 0.63% | 0.64% | - |
| HSV(B) | 36.41º | 0.53% | 0.87% | - |
| XYZ | 47.65 | 47.03 | 19.66 | - |
| YUV | 180.66 | 84.74 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 104 | 0 | 0.21 | 0.53 | 0.13 | 36.41 | 0.63 | 0.64 |
| Hex | DD | AF | 68 | 0 | 15 | 35 | D | 24 | 3F | 40 |
| Octal | 335 | 257 | 150 | 0 | 25 | 65 | 15 | 44 | 77 | 100 |
| Binary | 11011101 | 10101111 | 1101000 | 0 | 10101 | 110101 | 1101 | 100100 | 111111 | 1000000 |
Color Harmonies of #DDAF68
Complementary color
Monochromatic Colors of #DDAF68
Black with #DDAF68
Text Example
Text Example
White with #DDAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF68; }
p { color: rgb(221,175,104); }
H1.HeaderClassName
{
color: #DDAF68;
}
.AnyTagClassName
{
color: #DDAF68;
}
</style>
background-color css
<style>
a { background-color: #DDAF68; }
a { background-color: rgb(221,175,104); }
div.DivClassName
{
background-color: #DDAF68;
}
.BgClassName
{
background-color: #DDAF68;
}
</style>
border-color css
<style>
span { border-color: #DDAF68; }
span { border-color: rgb(221,175,104); }
td.TdClassName
{
border-color: #DDAF68;
}
.TagClassName
{
border-color: #DDAF68;
}
</style>