Shades of Equator #DFAA63
Tints of Equator #DFAA63
RGB
CMYK
RGB Variations
Color information
#DFAA63 (or 0xDFAA63) is known color: Equator. HEX triplet: DF, AA and 63. RGB value is (223,170,99). Sum of RGB (Red+Green+Blue) = 223+170+99=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA63 is #20559C. Grayscale: #B2B2B2. Windows color (decimal): -2119069 or 6531807. OLE color: 6531807.
HSL color Cylindrical-coordinate representation of color #DFAA63: hue angle of 34.35º 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 #DFAA63 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 99 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.13 |
| HSL | 34.35º | 0.66% | 0.63% | - |
| HSV(B) | 34.35º | 0.56% | 0.87% | - |
| XYZ | 47.06 | 45.34 | 18.08 | - |
| YUV | 177.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 99 | 0 | 0.24 | 0.56 | 0.13 | 34.35 | 0.66 | 0.63 |
| Hex | DF | AA | 63 | 0 | 18 | 38 | D | 22 | 42 | 3F |
| Octal | 337 | 252 | 143 | 0 | 30 | 70 | 15 | 42 | 102 | 77 |
| Binary | 11011111 | 10101010 | 1100011 | 0 | 11000 | 111000 | 1101 | 100010 | 1000010 | 111111 |
Color Harmonies of #DFAA63
Complementary color
Monochromatic Colors of #DFAA63
Black with #DFAA63
Text Example
Text Example
White with #DFAA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA63; }
p { color: rgb(223,170,99); }
H1.HeaderClassName
{
color: #DFAA63;
}
.AnyTagClassName
{
color: #DFAA63;
}
</style>
background-color css
<style>
a { background-color: #DFAA63; }
a { background-color: rgb(223,170,99); }
div.DivClassName
{
background-color: #DFAA63;
}
.BgClassName
{
background-color: #DFAA63;
}
</style>
border-color css
<style>
span { border-color: #DFAA63; }
span { border-color: rgb(223,170,99); }
td.TdClassName
{
border-color: #DFAA63;
}
.TagClassName
{
border-color: #DFAA63;
}
</style>