Shades of Equator #DFBA68
Tints of Equator #DFBA68
RGB
CMYK
RGB Variations
Color information
#DFBA68 (or 0xDFBA68) is known color: Equator. HEX triplet: DF, BA and 68. RGB value is (223,186,104). Sum of RGB (Red+Green+Blue) = 223+186+104=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA68 is #204597. Grayscale: #BCBCBC. Windows color (decimal): -2114968 or 6863583. OLE color: 6863583.
HSL color Cylindrical-coordinate representation of color #DFBA68: hue angle of 41.34º 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 #DFBA68 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 104 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.13 |
| HSL | 41.34º | 0.65% | 0.64% | - |
| HSV(B) | 41.34º | 0.53% | 0.87% | - |
| XYZ | 50.49 | 51.81 | 20.44 | - |
| YUV | 187.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 104 | 0 | 0.17 | 0.53 | 0.13 | 41.34 | 0.65 | 0.64 |
| Hex | DF | BA | 68 | 0 | 11 | 35 | D | 29 | 41 | 40 |
| Octal | 337 | 272 | 150 | 0 | 21 | 65 | 15 | 51 | 101 | 100 |
| Binary | 11011111 | 10111010 | 1101000 | 0 | 10001 | 110101 | 1101 | 101001 | 1000001 | 1000000 |
Color Harmonies of #DFBA68
Complementary color
Monochromatic Colors of #DFBA68
Black with #DFBA68
Text Example
Text Example
White with #DFBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA68; }
p { color: rgb(223,186,104); }
H1.HeaderClassName
{
color: #DFBA68;
}
.AnyTagClassName
{
color: #DFBA68;
}
</style>
background-color css
<style>
a { background-color: #DFBA68; }
a { background-color: rgb(223,186,104); }
div.DivClassName
{
background-color: #DFBA68;
}
.BgClassName
{
background-color: #DFBA68;
}
</style>
border-color css
<style>
span { border-color: #DFBA68; }
span { border-color: rgb(223,186,104); }
td.TdClassName
{
border-color: #DFBA68;
}
.TagClassName
{
border-color: #DFBA68;
}
</style>