Shades of Equator #DFB966
Tints of Equator #DFB966
RGB
CMYK
RGB Variations
Color information
#DFB966 (or 0xDFB966) is known color: Equator. HEX triplet: DF, B9 and 66. RGB value is (223,185,102). Sum of RGB (Red+Green+Blue) = 223+185+102=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB966 is #204699. Grayscale: #BBBBBB. Windows color (decimal): -2115226 or 6732255. OLE color: 6732255.
HSL color Cylindrical-coordinate representation of color #DFB966: hue angle of 41.16º 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 #DFB966 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 102 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.13 |
| HSL | 41.16º | 0.65% | 0.64% | - |
| HSV(B) | 41.16º | 0.54% | 0.87% | - |
| XYZ | 50.18 | 51.35 | 19.84 | - |
| YUV | 186.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 102 | 0 | 0.17 | 0.54 | 0.13 | 41.16 | 0.65 | 0.64 |
| Hex | DF | B9 | 66 | 0 | 11 | 36 | D | 29 | 41 | 40 |
| Octal | 337 | 271 | 146 | 0 | 21 | 66 | 15 | 51 | 101 | 100 |
| Binary | 11011111 | 10111001 | 1100110 | 0 | 10001 | 110110 | 1101 | 101001 | 1000001 | 1000000 |
Color Harmonies of #DFB966
Complementary color
Monochromatic Colors of #DFB966
Black with #DFB966
Text Example
Text Example
White with #DFB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB966; }
p { color: rgb(223,185,102); }
H1.HeaderClassName
{
color: #DFB966;
}
.AnyTagClassName
{
color: #DFB966;
}
</style>
background-color css
<style>
a { background-color: #DFB966; }
a { background-color: rgb(223,185,102); }
div.DivClassName
{
background-color: #DFB966;
}
.BgClassName
{
background-color: #DFB966;
}
</style>
border-color css
<style>
span { border-color: #DFB966; }
span { border-color: rgb(223,185,102); }
td.TdClassName
{
border-color: #DFB966;
}
.TagClassName
{
border-color: #DFB966;
}
</style>