Shades of Equator #DFAA68
Tints of Equator #DFAA68
RGB
CMYK
RGB Variations
Color information
#DFAA68 (or 0xDFAA68) is known color: Equator. HEX triplet: DF, AA and 68. RGB value is (223,170,104). Sum of RGB (Red+Green+Blue) = 223+170+104=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA68 is #205597. Grayscale: #B2B2B2. Windows color (decimal): -2119064 or 6859487. OLE color: 6859487.
HSL color Cylindrical-coordinate representation of color #DFAA68: hue angle of 33.28º 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 #DFAA68 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 104 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.13 |
| HSL | 33.28º | 0.65% | 0.64% | - |
| HSV(B) | 33.28º | 0.53% | 0.87% | - |
| XYZ | 47.3 | 45.44 | 19.37 | - |
| YUV | 178.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 104 | 0 | 0.24 | 0.53 | 0.13 | 33.28 | 0.65 | 0.64 |
| Hex | DF | AA | 68 | 0 | 18 | 35 | D | 21 | 41 | 40 |
| Octal | 337 | 252 | 150 | 0 | 30 | 65 | 15 | 41 | 101 | 100 |
| Binary | 11011111 | 10101010 | 1101000 | 0 | 11000 | 110101 | 1101 | 100001 | 1000001 | 1000000 |
Color Harmonies of #DFAA68
Complementary color
Monochromatic Colors of #DFAA68
Black with #DFAA68
Text Example
Text Example
White with #DFAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA68; }
p { color: rgb(223,170,104); }
H1.HeaderClassName
{
color: #DFAA68;
}
.AnyTagClassName
{
color: #DFAA68;
}
</style>
background-color css
<style>
a { background-color: #DFAA68; }
a { background-color: rgb(223,170,104); }
div.DivClassName
{
background-color: #DFAA68;
}
.BgClassName
{
background-color: #DFAA68;
}
</style>
border-color css
<style>
span { border-color: #DFAA68; }
span { border-color: rgb(223,170,104); }
td.TdClassName
{
border-color: #DFAA68;
}
.TagClassName
{
border-color: #DFAA68;
}
</style>