Shades of Equator #DFB85E
Tints of Equator #DFB85E
RGB
CMYK
RGB Variations
Color information
#DFB85E (or 0xDFB85E) is known color: Equator. HEX triplet: DF, B8 and 5E. RGB value is (223,184,94). Sum of RGB (Red+Green+Blue) = 223+184+94=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85E is #2047A1. Grayscale: #B9B9B9. Windows color (decimal): -2115490 or 6207711. OLE color: 6207711.
HSL color Cylindrical-coordinate representation of color #DFB85E: hue angle of 41.86º 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 #DFB85E is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 94 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 41.86º | 0.67% | 0.62% | - |
| HSV(B) | 41.86º | 0.58% | 0.87% | - |
| XYZ | 49.59 | 50.78 | 17.78 | - |
| YUV | 185.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 94 | 0 | 0.17 | 0.58 | 0.13 | 41.86 | 0.67 | 0.62 |
| Hex | DF | B8 | 5E | 0 | 11 | 3A | D | 2A | 43 | 3E |
| Octal | 337 | 270 | 136 | 0 | 21 | 72 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111000 | 1011110 | 0 | 10001 | 111010 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB85E
Complementary color
Monochromatic Colors of #DFB85E
Black with #DFB85E
Text Example
Text Example
White with #DFB85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB85E; }
p { color: rgb(223,184,94); }
H1.HeaderClassName
{
color: #DFB85E;
}
.AnyTagClassName
{
color: #DFB85E;
}
</style>
background-color css
<style>
a { background-color: #DFB85E; }
a { background-color: rgb(223,184,94); }
div.DivClassName
{
background-color: #DFB85E;
}
.BgClassName
{
background-color: #DFB85E;
}
</style>
border-color css
<style>
span { border-color: #DFB85E; }
span { border-color: rgb(223,184,94); }
td.TdClassName
{
border-color: #DFB85E;
}
.TagClassName
{
border-color: #DFB85E;
}
</style>