Shades of Equator #DFBA5D
Tints of Equator #DFBA5D
RGB
CMYK
RGB Variations
Color information
#DFBA5D (or 0xDFBA5D) is known color: Equator. HEX triplet: DF, BA and 5D. RGB value is (223,186,93). Sum of RGB (Red+Green+Blue) = 223+186+93=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA5D is #2045A2. Grayscale: #BABABA. Windows color (decimal): -2114979 or 6142687. OLE color: 6142687.
HSL color Cylindrical-coordinate representation of color #DFBA5D: hue angle of 42.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFBA5D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 93 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42.92º | 0.67% | 0.62% | - |
| HSV(B) | 42.92º | 0.58% | 0.87% | - |
| XYZ | 49.97 | 51.6 | 17.68 | - |
| YUV | 186.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 93 | 0 | 0.17 | 0.58 | 0.13 | 42.92 | 0.67 | 0.62 |
| Hex | DF | BA | 5D | 0 | 11 | 3A | D | 2B | 43 | 3E |
| Octal | 337 | 272 | 135 | 0 | 21 | 72 | 15 | 53 | 103 | 76 |
| Binary | 11011111 | 10111010 | 1011101 | 0 | 10001 | 111010 | 1101 | 101011 | 1000011 | 111110 |
Color Harmonies of #DFBA5D
Complementary color
Monochromatic Colors of #DFBA5D
Black with #DFBA5D
Text Example
Text Example
White with #DFBA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA5D; }
p { color: rgb(223,186,93); }
H1.HeaderClassName
{
color: #DFBA5D;
}
.AnyTagClassName
{
color: #DFBA5D;
}
</style>
background-color css
<style>
a { background-color: #DFBA5D; }
a { background-color: rgb(223,186,93); }
div.DivClassName
{
background-color: #DFBA5D;
}
.BgClassName
{
background-color: #DFBA5D;
}
</style>
border-color css
<style>
span { border-color: #DFBA5D; }
span { border-color: rgb(223,186,93); }
td.TdClassName
{
border-color: #DFBA5D;
}
.TagClassName
{
border-color: #DFBA5D;
}
</style>