Shades of Equator #DFAC6A
Tints of Equator #DFAC6A
RGB
CMYK
RGB Variations
Color information
#DFAC6A (or 0xDFAC6A) is known color: Equator. HEX triplet: DF, AC and 6A. RGB value is (223,172,106). Sum of RGB (Red+Green+Blue) = 223+172+106=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC6A is #205395. Grayscale: #B4B4B4. Windows color (decimal): -2118550 or 6991071. OLE color: 6991071.
HSL color Cylindrical-coordinate representation of color #DFAC6A: hue angle of 33.85º 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 #DFAC6A is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 172 | 106 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.13 |
| HSL | 33.85º | 0.65% | 0.65% | - |
| HSV(B) | 33.85º | 0.52% | 0.87% | - |
| XYZ | 47.79 | 46.23 | 20.04 | - |
| YUV | 179.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 172 | 106 | 0 | 0.23 | 0.52 | 0.13 | 33.85 | 0.65 | 0.65 |
| Hex | DF | AC | 6A | 0 | 17 | 34 | D | 22 | 41 | 41 |
| Octal | 337 | 254 | 152 | 0 | 27 | 64 | 15 | 42 | 101 | 101 |
| Binary | 11011111 | 10101100 | 1101010 | 0 | 10111 | 110100 | 1101 | 100010 | 1000001 | 1000001 |
Color Harmonies of #DFAC6A
Complementary color
Monochromatic Colors of #DFAC6A
Black with #DFAC6A
Text Example
Text Example
White with #DFAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC6A; }
p { color: rgb(223,172,106); }
H1.HeaderClassName
{
color: #DFAC6A;
}
.AnyTagClassName
{
color: #DFAC6A;
}
</style>
background-color css
<style>
a { background-color: #DFAC6A; }
a { background-color: rgb(223,172,106); }
div.DivClassName
{
background-color: #DFAC6A;
}
.BgClassName
{
background-color: #DFAC6A;
}
</style>
border-color css
<style>
span { border-color: #DFAC6A; }
span { border-color: rgb(223,172,106); }
td.TdClassName
{
border-color: #DFAC6A;
}
.TagClassName
{
border-color: #DFAC6A;
}
</style>