Shades of Equator #DDAF65
Tints of Equator #DDAF65
RGB
CMYK
RGB Variations
Color information
#DDAF65 (or 0xDDAF65) is known color: Equator. HEX triplet: DD, AF and 65. RGB value is (221,175,101). Sum of RGB (Red+Green+Blue) = 221+175+101=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF65 is #22509A. Grayscale: #B4B4B4. Windows color (decimal): -2248859 or 6664157. OLE color: 6664157.
HSL color Cylindrical-coordinate representation of color #DDAF65: hue angle of 37º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDAF65 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 101 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.13 |
| HSL | 37º | 0.64% | 0.63% | - |
| HSV(B) | 37º | 0.54% | 0.87% | - |
| XYZ | 47.5 | 46.97 | 18.87 | - |
| YUV | 180.32 | 83.24 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 101 | 0 | 0.21 | 0.54 | 0.13 | 37 | 0.64 | 0.63 |
| Hex | DD | AF | 65 | 0 | 15 | 36 | D | 25 | 40 | 3F |
| Octal | 335 | 257 | 145 | 0 | 25 | 66 | 15 | 45 | 100 | 77 |
| Binary | 11011101 | 10101111 | 1100101 | 0 | 10101 | 110110 | 1101 | 100101 | 1000000 | 111111 |
Color Harmonies of #DDAF65
Complementary color
Monochromatic Colors of #DDAF65
Black with #DDAF65
Text Example
Text Example
White with #DDAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF65; }
p { color: rgb(221,175,101); }
H1.HeaderClassName
{
color: #DDAF65;
}
.AnyTagClassName
{
color: #DDAF65;
}
</style>
background-color css
<style>
a { background-color: #DDAF65; }
a { background-color: rgb(221,175,101); }
div.DivClassName
{
background-color: #DDAF65;
}
.BgClassName
{
background-color: #DDAF65;
}
</style>
border-color css
<style>
span { border-color: #DDAF65; }
span { border-color: rgb(221,175,101); }
td.TdClassName
{
border-color: #DDAF65;
}
.TagClassName
{
border-color: #DDAF65;
}
</style>