Shades of Equator #DFBA66
Tints of Equator #DFBA66
RGB
CMYK
RGB Variations
Color information
#DFBA66 (or 0xDFBA66) is known color: Equator. HEX triplet: DF, BA and 66. RGB value is (223,186,102). Sum of RGB (Red+Green+Blue) = 223+186+102=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 102 (40.23% from 255 or 19.96% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA66 is #204599. Grayscale: #BBBBBB. Windows color (decimal): -2114970 or 6732511. OLE color: 6732511.
HSL color Cylindrical-coordinate representation of color #DFBA66: hue angle of 41.65º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DFBA66 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 102 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.13 |
| HSL | 41.65º | 0.65% | 0.64% | - |
| HSV(B) | 41.65º | 0.54% | 0.87% | - |
| XYZ | 50.39 | 51.77 | 19.91 | - |
| YUV | 187.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 102 | 0 | 0.17 | 0.54 | 0.13 | 41.65 | 0.65 | 0.64 |
| Hex | DF | BA | 66 | 0 | 11 | 36 | D | 2A | 41 | 40 |
| Octal | 337 | 272 | 146 | 0 | 21 | 66 | 15 | 52 | 101 | 100 |
| Binary | 11011111 | 10111010 | 1100110 | 0 | 10001 | 110110 | 1101 | 101010 | 1000001 | 1000000 |
Color Harmonies of #DFBA66
Complementary color
Monochromatic Colors of #DFBA66
Black with #DFBA66
Text Example
Text Example
White with #DFBA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA66; }
p { color: rgb(223,186,102); }
H1.HeaderClassName
{
color: #DFBA66;
}
.AnyTagClassName
{
color: #DFBA66;
}
</style>
background-color css
<style>
a { background-color: #DFBA66; }
a { background-color: rgb(223,186,102); }
div.DivClassName
{
background-color: #DFBA66;
}
.BgClassName
{
background-color: #DFBA66;
}
</style>
border-color css
<style>
span { border-color: #DFBA66; }
span { border-color: rgb(223,186,102); }
td.TdClassName
{
border-color: #DFBA66;
}
.TagClassName
{
border-color: #DFBA66;
}
</style>