Shades of Equator #DFB95B
Tints of Equator #DFB95B
RGB
CMYK
RGB Variations
Color information
#DFB95B (or 0xDFB95B) is known color: Equator. HEX triplet: DF, B9 and 5B. RGB value is (223,185,91). Sum of RGB (Red+Green+Blue) = 223+185+91=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB95B is #2046A4. Grayscale: #BABABA. Windows color (decimal): -2115237 or 6011359. OLE color: 6011359.
HSL color Cylindrical-coordinate representation of color #DFB95B: hue angle of 42.73º 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 #DFB95B is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 91 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.13 |
| HSL | 42.73º | 0.67% | 0.62% | - |
| HSV(B) | 42.73º | 0.59% | 0.87% | - |
| XYZ | 49.67 | 51.14 | 17.15 | - |
| YUV | 185.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 91 | 0 | 0.17 | 0.59 | 0.13 | 42.73 | 0.67 | 0.62 |
| Hex | DF | B9 | 5B | 0 | 11 | 3B | D | 2B | 43 | 3E |
| Octal | 337 | 271 | 133 | 0 | 21 | 73 | 15 | 53 | 103 | 76 |
| Binary | 11011111 | 10111001 | 1011011 | 0 | 10001 | 111011 | 1101 | 101011 | 1000011 | 111110 |
Color Harmonies of #DFB95B
Complementary color
Monochromatic Colors of #DFB95B
Black with #DFB95B
Text Example
Text Example
White with #DFB95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB95B; }
p { color: rgb(223,185,91); }
H1.HeaderClassName
{
color: #DFB95B;
}
.AnyTagClassName
{
color: #DFB95B;
}
</style>
background-color css
<style>
a { background-color: #DFB95B; }
a { background-color: rgb(223,185,91); }
div.DivClassName
{
background-color: #DFB95B;
}
.BgClassName
{
background-color: #DFB95B;
}
</style>
border-color css
<style>
span { border-color: #DFB95B; }
span { border-color: rgb(223,185,91); }
td.TdClassName
{
border-color: #DFB95B;
}
.TagClassName
{
border-color: #DFB95B;
}
</style>