Shades of Equator #DFAA65
Tints of Equator #DFAA65
RGB
CMYK
RGB Variations
Color information
#DFAA65 (or 0xDFAA65) is known color: Equator. HEX triplet: DF, AA and 65. RGB value is (223,170,101). Sum of RGB (Red+Green+Blue) = 223+170+101=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA65 is #20559A. Grayscale: #B2B2B2. Windows color (decimal): -2119067 or 6662879. OLE color: 6662879.
HSL color Cylindrical-coordinate representation of color #DFAA65: hue angle of 33.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFAA65 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 101 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.13 |
| HSL | 33.93º | 0.66% | 0.64% | - |
| HSV(B) | 33.93º | 0.55% | 0.87% | - |
| XYZ | 47.16 | 45.38 | 18.59 | - |
| YUV | 177.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 101 | 0 | 0.24 | 0.55 | 0.13 | 33.93 | 0.66 | 0.64 |
| Hex | DF | AA | 65 | 0 | 18 | 37 | D | 22 | 42 | 40 |
| Octal | 337 | 252 | 145 | 0 | 30 | 67 | 15 | 42 | 102 | 100 |
| Binary | 11011111 | 10101010 | 1100101 | 0 | 11000 | 110111 | 1101 | 100010 | 1000010 | 1000000 |
Color Harmonies of #DFAA65
Complementary color
Monochromatic Colors of #DFAA65
Black with #DFAA65
Text Example
Text Example
White with #DFAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA65; }
p { color: rgb(223,170,101); }
H1.HeaderClassName
{
color: #DFAA65;
}
.AnyTagClassName
{
color: #DFAA65;
}
</style>
background-color css
<style>
a { background-color: #DFAA65; }
a { background-color: rgb(223,170,101); }
div.DivClassName
{
background-color: #DFAA65;
}
.BgClassName
{
background-color: #DFAA65;
}
</style>
border-color css
<style>
span { border-color: #DFAA65; }
span { border-color: rgb(223,170,101); }
td.TdClassName
{
border-color: #DFAA65;
}
.TagClassName
{
border-color: #DFAA65;
}
</style>