Shades of Equator #DFBA61
Tints of Equator #DFBA61
RGB
CMYK
RGB Variations
Color information
#DFBA61 (or 0xDFBA61) is known color: Equator. HEX triplet: DF, BA and 61. RGB value is (223,186,97). Sum of RGB (Red+Green+Blue) = 223+186+97=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA61 is #20459E. Grayscale: #BBBBBB. Windows color (decimal): -2114975 or 6404831. OLE color: 6404831.
HSL color Cylindrical-coordinate representation of color #DFBA61: hue angle of 42.38º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFBA61 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 97 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 42.38º | 0.66% | 0.63% | - |
| HSV(B) | 42.38º | 0.57% | 0.87% | - |
| XYZ | 50.15 | 51.67 | 18.64 | - |
| YUV | 186.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 97 | 0 | 0.17 | 0.57 | 0.13 | 42.38 | 0.66 | 0.63 |
| Hex | DF | BA | 61 | 0 | 11 | 39 | D | 2A | 42 | 3F |
| Octal | 337 | 272 | 141 | 0 | 21 | 71 | 15 | 52 | 102 | 77 |
| Binary | 11011111 | 10111010 | 1100001 | 0 | 10001 | 111001 | 1101 | 101010 | 1000010 | 111111 |
Color Harmonies of #DFBA61
Complementary color
Monochromatic Colors of #DFBA61
Black with #DFBA61
Text Example
Text Example
White with #DFBA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA61; }
p { color: rgb(223,186,97); }
H1.HeaderClassName
{
color: #DFBA61;
}
.AnyTagClassName
{
color: #DFBA61;
}
</style>
background-color css
<style>
a { background-color: #DFBA61; }
a { background-color: rgb(223,186,97); }
div.DivClassName
{
background-color: #DFBA61;
}
.BgClassName
{
background-color: #DFBA61;
}
</style>
border-color css
<style>
span { border-color: #DFBA61; }
span { border-color: rgb(223,186,97); }
td.TdClassName
{
border-color: #DFBA61;
}
.TagClassName
{
border-color: #DFBA61;
}
</style>