Shades of Equator #DFAC64
Tints of Equator #DFAC64
RGB
CMYK
RGB Variations
Color information
#DFAC64 (or 0xDFAC64) is known color: Equator. HEX triplet: DF, AC and 64. RGB value is (223,172,100). Sum of RGB (Red+Green+Blue) = 223+172+100=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC64 is #20539B. Grayscale: #B3B3B3. Windows color (decimal): -2118556 or 6597855. OLE color: 6597855.
HSL color Cylindrical-coordinate representation of color #DFAC64: hue angle of 35.12º 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 #DFAC64 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 100 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.13 |
| HSL | 35.12º | 0.66% | 0.63% | - |
| HSV(B) | 35.12º | 0.55% | 0.87% | - |
| XYZ | 47.48 | 46.11 | 18.45 | - |
| YUV | 179.04 | 83.4 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 100 | 0 | 0.23 | 0.55 | 0.13 | 35.12 | 0.66 | 0.63 |
| Hex | DF | AC | 64 | 0 | 17 | 37 | D | 23 | 42 | 3F |
| Octal | 337 | 254 | 144 | 0 | 27 | 67 | 15 | 43 | 102 | 77 |
| Binary | 11011111 | 10101100 | 1100100 | 0 | 10111 | 110111 | 1101 | 100011 | 1000010 | 111111 |
Color Harmonies of #DFAC64
Complementary color
Monochromatic Colors of #DFAC64
Black with #DFAC64
Text Example
Text Example
White with #DFAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC64; }
p { color: rgb(223,172,100); }
H1.HeaderClassName
{
color: #DFAC64;
}
.AnyTagClassName
{
color: #DFAC64;
}
</style>
background-color css
<style>
a { background-color: #DFAC64; }
a { background-color: rgb(223,172,100); }
div.DivClassName
{
background-color: #DFAC64;
}
.BgClassName
{
background-color: #DFAC64;
}
</style>
border-color css
<style>
span { border-color: #DFAC64; }
span { border-color: rgb(223,172,100); }
td.TdClassName
{
border-color: #DFAC64;
}
.TagClassName
{
border-color: #DFAC64;
}
</style>