Shades of Equator #DFAA6A
Tints of Equator #DFAA6A
RGB
CMYK
RGB Variations
Color information
#DFAA6A (or 0xDFAA6A) is known color: Equator. HEX triplet: DF, AA and 6A. RGB value is (223,170,106). Sum of RGB (Red+Green+Blue) = 223+170+106=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA6A is #205595. Grayscale: #B2B2B2. Windows color (decimal): -2119062 or 6990559. OLE color: 6990559.
HSL color Cylindrical-coordinate representation of color #DFAA6A: hue angle of 32.82º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFAA6A is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 106 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.13 |
| HSL | 32.82º | 0.65% | 0.65% | - |
| HSV(B) | 32.82º | 0.52% | 0.87% | - |
| XYZ | 47.41 | 45.48 | 19.92 | - |
| YUV | 178.55 | 87.06 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 106 | 0 | 0.24 | 0.52 | 0.13 | 32.82 | 0.65 | 0.65 |
| Hex | DF | AA | 6A | 0 | 18 | 34 | D | 21 | 41 | 41 |
| Octal | 337 | 252 | 152 | 0 | 30 | 64 | 15 | 41 | 101 | 101 |
| Binary | 11011111 | 10101010 | 1101010 | 0 | 11000 | 110100 | 1101 | 100001 | 1000001 | 1000001 |
Color Harmonies of #DFAA6A
Complementary color
Monochromatic Colors of #DFAA6A
Black with #DFAA6A
Text Example
Text Example
White with #DFAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA6A; }
p { color: rgb(223,170,106); }
H1.HeaderClassName
{
color: #DFAA6A;
}
.AnyTagClassName
{
color: #DFAA6A;
}
</style>
background-color css
<style>
a { background-color: #DFAA6A; }
a { background-color: rgb(223,170,106); }
div.DivClassName
{
background-color: #DFAA6A;
}
.BgClassName
{
background-color: #DFAA6A;
}
</style>
border-color css
<style>
span { border-color: #DFAA6A; }
span { border-color: rgb(223,170,106); }
td.TdClassName
{
border-color: #DFAA6A;
}
.TagClassName
{
border-color: #DFAA6A;
}
</style>