Shades of Equator #DFAF68
Tints of Equator #DFAF68
RGB
CMYK
RGB Variations
Color information
#DFAF68 (or 0xDFAF68) is known color: Equator. HEX triplet: DF, AF and 68. RGB value is (223,175,104). Sum of RGB (Red+Green+Blue) = 223+175+104=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF68 is #205097. Grayscale: #B5B5B5. Windows color (decimal): -2117784 or 6860767. OLE color: 6860767.
HSL color Cylindrical-coordinate representation of color #DFAF68: hue angle of 35.8º degrees, saturation: 0.65, 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 #DFAF68 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 104 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.13 |
| HSL | 35.8º | 0.65% | 0.64% | - |
| HSV(B) | 35.8º | 0.53% | 0.87% | - |
| XYZ | 48.26 | 47.35 | 19.69 | - |
| YUV | 181.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 104 | 0 | 0.22 | 0.53 | 0.13 | 35.8 | 0.65 | 0.64 |
| Hex | DF | AF | 68 | 0 | 16 | 35 | D | 24 | 41 | 40 |
| Octal | 337 | 257 | 150 | 0 | 26 | 65 | 15 | 44 | 101 | 100 |
| Binary | 11011111 | 10101111 | 1101000 | 0 | 10110 | 110101 | 1101 | 100100 | 1000001 | 1000000 |
Color Harmonies of #DFAF68
Complementary color
Monochromatic Colors of #DFAF68
Black with #DFAF68
Text Example
Text Example
White with #DFAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF68; }
p { color: rgb(223,175,104); }
H1.HeaderClassName
{
color: #DFAF68;
}
.AnyTagClassName
{
color: #DFAF68;
}
</style>
background-color css
<style>
a { background-color: #DFAF68; }
a { background-color: rgb(223,175,104); }
div.DivClassName
{
background-color: #DFAF68;
}
.BgClassName
{
background-color: #DFAF68;
}
</style>
border-color css
<style>
span { border-color: #DFAF68; }
span { border-color: rgb(223,175,104); }
td.TdClassName
{
border-color: #DFAF68;
}
.TagClassName
{
border-color: #DFAF68;
}
</style>