Shades of Equator #DFB85F
Tints of Equator #DFB85F
RGB
CMYK
RGB Variations
Color information
#DFB85F (or 0xDFB85F) is known color: Equator. HEX triplet: DF, B8 and 5F. RGB value is (223,184,95). Sum of RGB (Red+Green+Blue) = 223+184+95=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB85F is #2047A0. Grayscale: #B9B9B9. Windows color (decimal): -2115489 or 6273247. OLE color: 6273247.
HSL color Cylindrical-coordinate representation of color #DFB85F: hue angle of 41.72º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB85F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 95 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 41.72º | 0.67% | 0.62% | - |
| HSV(B) | 41.72º | 0.57% | 0.87% | - |
| XYZ | 49.64 | 50.8 | 18.01 | - |
| YUV | 185.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 95 | 0 | 0.17 | 0.57 | 0.13 | 41.72 | 0.67 | 0.62 |
| Hex | DF | B8 | 5F | 0 | 11 | 39 | D | 2A | 43 | 3E |
| Octal | 337 | 270 | 137 | 0 | 21 | 71 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111000 | 1011111 | 0 | 10001 | 111001 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB85F
Complementary color
Monochromatic Colors of #DFB85F
Black with #DFB85F
Text Example
Text Example
White with #DFB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB85F; }
p { color: rgb(223,184,95); }
H1.HeaderClassName
{
color: #DFB85F;
}
.AnyTagClassName
{
color: #DFB85F;
}
</style>
background-color css
<style>
a { background-color: #DFB85F; }
a { background-color: rgb(223,184,95); }
div.DivClassName
{
background-color: #DFB85F;
}
.BgClassName
{
background-color: #DFB85F;
}
</style>
border-color css
<style>
span { border-color: #DFB85F; }
span { border-color: rgb(223,184,95); }
td.TdClassName
{
border-color: #DFB85F;
}
.TagClassName
{
border-color: #DFB85F;
}
</style>