Shades of Equator #DFBA5B
Tints of Equator #DFBA5B
RGB
CMYK
RGB Variations
Color information
#DFBA5B (or 0xDFBA5B) is known color: Equator. HEX triplet: DF, BA and 5B. RGB value is (223,186,91). Sum of RGB (Red+Green+Blue) = 223+186+91=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA5B is #2045A4. Grayscale: #BABABA. Windows color (decimal): -2114981 or 6011615. OLE color: 6011615.
HSL color Cylindrical-coordinate representation of color #DFBA5B: hue angle of 43.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFBA5B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 91 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.13 |
| HSL | 43.18º | 0.67% | 0.62% | - |
| HSV(B) | 43.18º | 0.59% | 0.87% | - |
| XYZ | 49.88 | 51.56 | 17.22 | - |
| YUV | 186.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 91 | 0 | 0.17 | 0.59 | 0.13 | 43.18 | 0.67 | 0.62 |
| Hex | DF | BA | 5B | 0 | 11 | 3B | D | 2B | 43 | 3E |
| Octal | 337 | 272 | 133 | 0 | 21 | 73 | 15 | 53 | 103 | 76 |
| Binary | 11011111 | 10111010 | 1011011 | 0 | 10001 | 111011 | 1101 | 101011 | 1000011 | 111110 |
Color Harmonies of #DFBA5B
Complementary color
Monochromatic Colors of #DFBA5B
Black with #DFBA5B
Text Example
Text Example
White with #DFBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA5B; }
p { color: rgb(223,186,91); }
H1.HeaderClassName
{
color: #DFBA5B;
}
.AnyTagClassName
{
color: #DFBA5B;
}
</style>
background-color css
<style>
a { background-color: #DFBA5B; }
a { background-color: rgb(223,186,91); }
div.DivClassName
{
background-color: #DFBA5B;
}
.BgClassName
{
background-color: #DFBA5B;
}
</style>
border-color css
<style>
span { border-color: #DFBA5B; }
span { border-color: rgb(223,186,91); }
td.TdClassName
{
border-color: #DFBA5B;
}
.TagClassName
{
border-color: #DFBA5B;
}
</style>