Shades of Equator #DFAF63
Tints of Equator #DFAF63
RGB
CMYK
RGB Variations
Color information
#DFAF63 (or 0xDFAF63) is known color: Equator. HEX triplet: DF, AF and 63. RGB value is (223,175,99). Sum of RGB (Red+Green+Blue) = 223+175+99=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF63 is #20509C. Grayscale: #B5B5B5. Windows color (decimal): -2117789 or 6533087. OLE color: 6533087.
HSL color Cylindrical-coordinate representation of color #DFAF63: hue angle of 36.77º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DFAF63 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 99 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.13 |
| HSL | 36.77º | 0.66% | 0.63% | - |
| HSV(B) | 36.77º | 0.56% | 0.87% | - |
| XYZ | 48.01 | 47.25 | 18.39 | - |
| YUV | 180.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 99 | 0 | 0.22 | 0.56 | 0.13 | 36.77 | 0.66 | 0.63 |
| Hex | DF | AF | 63 | 0 | 16 | 38 | D | 25 | 42 | 3F |
| Octal | 337 | 257 | 143 | 0 | 26 | 70 | 15 | 45 | 102 | 77 |
| Binary | 11011111 | 10101111 | 1100011 | 0 | 10110 | 111000 | 1101 | 100101 | 1000010 | 111111 |
Color Harmonies of #DFAF63
Complementary color
Monochromatic Colors of #DFAF63
Black with #DFAF63
Text Example
Text Example
White with #DFAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF63; }
p { color: rgb(223,175,99); }
H1.HeaderClassName
{
color: #DFAF63;
}
.AnyTagClassName
{
color: #DFAF63;
}
</style>
background-color css
<style>
a { background-color: #DFAF63; }
a { background-color: rgb(223,175,99); }
div.DivClassName
{
background-color: #DFAF63;
}
.BgClassName
{
background-color: #DFAF63;
}
</style>
border-color css
<style>
span { border-color: #DFAF63; }
span { border-color: rgb(223,175,99); }
td.TdClassName
{
border-color: #DFAF63;
}
.TagClassName
{
border-color: #DFAF63;
}
</style>