Shades of Equator #DFBA59
Tints of Equator #DFBA59
RGB
CMYK
RGB Variations
Color information
#DFBA59 (or 0xDFBA59) is known color: Equator. HEX triplet: DF, BA and 59. RGB value is (223,186,89). Sum of RGB (Red+Green+Blue) = 223+186+89=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA59 is #2045A6. Grayscale: #BABABA. Windows color (decimal): -2114983 or 5880543. OLE color: 5880543.
HSL color Cylindrical-coordinate representation of color #DFBA59: hue angle of 43.43º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFBA59 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 89 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.13 |
| HSL | 43.43º | 0.68% | 0.61% | - |
| HSV(B) | 43.43º | 0.6% | 0.87% | - |
| XYZ | 49.79 | 51.53 | 16.77 | - |
| YUV | 186.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 89 | 0 | 0.17 | 0.60 | 0.13 | 43.43 | 0.68 | 0.61 |
| Hex | DF | BA | 59 | 0 | 11 | 3C | D | 2B | 44 | 3D |
| Octal | 337 | 272 | 131 | 0 | 21 | 74 | 15 | 53 | 104 | 75 |
| Binary | 11011111 | 10111010 | 1011001 | 0 | 10001 | 111100 | 1101 | 101011 | 1000100 | 111101 |
Color Harmonies of #DFBA59
Complementary color
Monochromatic Colors of #DFBA59
Black with #DFBA59
Text Example
Text Example
White with #DFBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA59; }
p { color: rgb(223,186,89); }
H1.HeaderClassName
{
color: #DFBA59;
}
.AnyTagClassName
{
color: #DFBA59;
}
</style>
background-color css
<style>
a { background-color: #DFBA59; }
a { background-color: rgb(223,186,89); }
div.DivClassName
{
background-color: #DFBA59;
}
.BgClassName
{
background-color: #DFBA59;
}
</style>
border-color css
<style>
span { border-color: #DFBA59; }
span { border-color: rgb(223,186,89); }
td.TdClassName
{
border-color: #DFBA59;
}
.TagClassName
{
border-color: #DFBA59;
}
</style>