Shades of Equator #DFAC6B
Tints of Equator #DFAC6B
RGB
CMYK
RGB Variations
Color information
#DFAC6B (or 0xDFAC6B) is known color: Equator. HEX triplet: DF, AC and 6B. RGB value is (223,172,107). Sum of RGB (Red+Green+Blue) = 223+172+107=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC6B is #205394. Grayscale: #B4B4B4. Windows color (decimal): -2118549 or 7056607. OLE color: 7056607.
HSL color Cylindrical-coordinate representation of color #DFAC6B: hue angle of 33.62º degrees, saturation: 0.64, 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 #DFAC6B is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 107 | - |
CMYK | 0 | 0.23 | 0.52 | 0.13 |
HSL | 33.62º | 0.64% | 0.65% | - |
HSV(B) | 33.62º | 0.52% | 0.87% | - |
XYZ | 47.84 | 46.25 | 20.32 | - |
YUV | 179.84 | 86.9 | 158.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 107 | 0 | 0.23 | 0.52 | 0.13 | 33.62 | 0.64 | 0.65 |
Hex | DF | AC | 6B | 0 | 17 | 34 | D | 22 | 40 | 41 |
Octal | 337 | 254 | 153 | 0 | 27 | 64 | 15 | 42 | 100 | 101 |
Binary | 11011111 | 10101100 | 1101011 | 0 | 10111 | 110100 | 1101 | 100010 | 1000000 | 1000001 |
Color Harmonies of #DFAC6B
Complementary color
Monochromatic Colors of #DFAC6B
Black with #DFAC6B
Text Example
Text Example
White with #DFAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAC6B; }
p { color: rgb(223,172,107); }
H1.HeaderClassName
{
color: #DFAC6B;
}
.AnyTagClassName
{
color: #DFAC6B;
}
</style>
background-color css
<style>
a { background-color: #DFAC6B; }
a { background-color: rgb(223,172,107); }
div.DivClassName
{
background-color: #DFAC6B;
}
.BgClassName
{
background-color: #DFAC6B;
}
</style>
border-color css
<style>
span { border-color: #DFAC6B; }
span { border-color: rgb(223,172,107); }
td.TdClassName
{
border-color: #DFAC6B;
}
.TagClassName
{
border-color: #DFAC6B;
}
</style>