Shades of Equator #DDAF64
Tints of Equator #DDAF64
RGB
CMYK
RGB Variations
Color information
#DDAF64 (or 0xDDAF64) is known color: Equator. HEX triplet: DD, AF and 64. RGB value is (221,175,100). Sum of RGB (Red+Green+Blue) = 221+175+100=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF64 is #22509B. Grayscale: #B4B4B4. Windows color (decimal): -2248860 or 6598621. OLE color: 6598621.
HSL color Cylindrical-coordinate representation of color #DDAF64: hue angle of 37.19º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDAF64 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 175 | 100 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.13 |
| HSL | 37.19º | 0.64% | 0.63% | - |
| HSV(B) | 37.19º | 0.55% | 0.87% | - |
| XYZ | 47.45 | 46.95 | 18.62 | - |
| YUV | 180.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 100 | 0 | 0.21 | 0.55 | 0.13 | 37.19 | 0.64 | 0.63 |
| Hex | DD | AF | 64 | 0 | 15 | 37 | D | 25 | 40 | 3F |
| Octal | 335 | 257 | 144 | 0 | 25 | 67 | 15 | 45 | 100 | 77 |
| Binary | 11011101 | 10101111 | 1100100 | 0 | 10101 | 110111 | 1101 | 100101 | 1000000 | 111111 |
Color Harmonies of #DDAF64
Complementary color
Monochromatic Colors of #DDAF64
Black with #DDAF64
Text Example
Text Example
White with #DDAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAF64; }
p { color: rgb(221,175,100); }
H1.HeaderClassName
{
color: #DDAF64;
}
.AnyTagClassName
{
color: #DDAF64;
}
</style>
background-color css
<style>
a { background-color: #DDAF64; }
a { background-color: rgb(221,175,100); }
div.DivClassName
{
background-color: #DDAF64;
}
.BgClassName
{
background-color: #DDAF64;
}
</style>
border-color css
<style>
span { border-color: #DDAF64; }
span { border-color: rgb(221,175,100); }
td.TdClassName
{
border-color: #DDAF64;
}
.TagClassName
{
border-color: #DDAF64;
}
</style>