Shades of Equator #DFAF64
Tints of Equator #DFAF64
RGB
CMYK
RGB Variations
Color information
#DFAF64 (or 0xDFAF64) is known color: Equator. HEX triplet: DF, AF and 64. RGB value is (223,175,100). Sum of RGB (Red+Green+Blue) = 223+175+100=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF64 is #20509B. Grayscale: #B5B5B5. Windows color (decimal): -2117788 or 6598623. OLE color: 6598623.
HSL color Cylindrical-coordinate representation of color #DFAF64: hue angle of 36.59º degrees, saturation: 0.66, 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 #DFAF64 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 100 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.13 |
| HSL | 36.59º | 0.66% | 0.63% | - |
| HSV(B) | 36.59º | 0.55% | 0.87% | - |
| XYZ | 48.06 | 47.27 | 18.65 | - |
| YUV | 180.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 100 | 0 | 0.22 | 0.55 | 0.13 | 36.59 | 0.66 | 0.63 |
| Hex | DF | AF | 64 | 0 | 16 | 37 | D | 25 | 42 | 3F |
| Octal | 337 | 257 | 144 | 0 | 26 | 67 | 15 | 45 | 102 | 77 |
| Binary | 11011111 | 10101111 | 1100100 | 0 | 10110 | 110111 | 1101 | 100101 | 1000010 | 111111 |
Color Harmonies of #DFAF64
Complementary color
Monochromatic Colors of #DFAF64
Black with #DFAF64
Text Example
Text Example
White with #DFAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF64; }
p { color: rgb(223,175,100); }
H1.HeaderClassName
{
color: #DFAF64;
}
.AnyTagClassName
{
color: #DFAF64;
}
</style>
background-color css
<style>
a { background-color: #DFAF64; }
a { background-color: rgb(223,175,100); }
div.DivClassName
{
background-color: #DFAF64;
}
.BgClassName
{
background-color: #DFAF64;
}
</style>
border-color css
<style>
span { border-color: #DFAF64; }
span { border-color: rgb(223,175,100); }
td.TdClassName
{
border-color: #DFAF64;
}
.TagClassName
{
border-color: #DFAF64;
}
</style>