Shades of Equator #DFB95F
Tints of Equator #DFB95F
RGB
CMYK
RGB Variations
Color information
#DFB95F (or 0xDFB95F) is known color: Equator. HEX triplet: DF, B9 and 5F. RGB value is (223,185,95). Sum of RGB (Red+Green+Blue) = 223+185+95=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB95F is #2046A0. Grayscale: #BABABA. Windows color (decimal): -2115233 or 6273503. OLE color: 6273503.
HSL color Cylindrical-coordinate representation of color #DFB95F: hue angle of 42.19º 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 #DFB95F is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 95 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.13 |
| HSL | 42.19º | 0.67% | 0.62% | - |
| HSV(B) | 42.19º | 0.57% | 0.87% | - |
| XYZ | 49.85 | 51.21 | 18.08 | - |
| YUV | 186.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 95 | 0 | 0.17 | 0.57 | 0.13 | 42.19 | 0.67 | 0.62 |
| Hex | DF | B9 | 5F | 0 | 11 | 39 | D | 2A | 43 | 3E |
| Octal | 337 | 271 | 137 | 0 | 21 | 71 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111001 | 1011111 | 0 | 10001 | 111001 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB95F
Complementary color
Monochromatic Colors of #DFB95F
Black with #DFB95F
Text Example
Text Example
White with #DFB95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB95F; }
p { color: rgb(223,185,95); }
H1.HeaderClassName
{
color: #DFB95F;
}
.AnyTagClassName
{
color: #DFB95F;
}
</style>
background-color css
<style>
a { background-color: #DFB95F; }
a { background-color: rgb(223,185,95); }
div.DivClassName
{
background-color: #DFB95F;
}
.BgClassName
{
background-color: #DFB95F;
}
</style>
border-color css
<style>
span { border-color: #DFB95F; }
span { border-color: rgb(223,185,95); }
td.TdClassName
{
border-color: #DFB95F;
}
.TagClassName
{
border-color: #DFB95F;
}
</style>