Shades of Equator #DFB95D
Tints of Equator #DFB95D
RGB
CMYK
RGB Variations
Color information
#DFB95D (or 0xDFB95D) is known color: Equator. HEX triplet: DF, B9 and 5D. RGB value is (223,185,93). Sum of RGB (Red+Green+Blue) = 223+185+93=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB95D is #2046A2. Grayscale: #BABABA. Windows color (decimal): -2115235 or 6142431. OLE color: 6142431.
HSL color Cylindrical-coordinate representation of color #DFB95D: hue angle of 42.46º 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 #DFB95D is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 93 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42.46º | 0.67% | 0.62% | - |
| HSV(B) | 42.46º | 0.58% | 0.87% | - |
| XYZ | 49.76 | 51.18 | 17.61 | - |
| YUV | 185.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 93 | 0 | 0.17 | 0.58 | 0.13 | 42.46 | 0.67 | 0.62 |
| Hex | DF | B9 | 5D | 0 | 11 | 3A | D | 2A | 43 | 3E |
| Octal | 337 | 271 | 135 | 0 | 21 | 72 | 15 | 52 | 103 | 76 |
| Binary | 11011111 | 10111001 | 1011101 | 0 | 10001 | 111010 | 1101 | 101010 | 1000011 | 111110 |
Color Harmonies of #DFB95D
Complementary color
Monochromatic Colors of #DFB95D
Black with #DFB95D
Text Example
Text Example
White with #DFB95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB95D; }
p { color: rgb(223,185,93); }
H1.HeaderClassName
{
color: #DFB95D;
}
.AnyTagClassName
{
color: #DFB95D;
}
</style>
background-color css
<style>
a { background-color: #DFB95D; }
a { background-color: rgb(223,185,93); }
div.DivClassName
{
background-color: #DFB95D;
}
.BgClassName
{
background-color: #DFB95D;
}
</style>
border-color css
<style>
span { border-color: #DFB95D; }
span { border-color: rgb(223,185,93); }
td.TdClassName
{
border-color: #DFB95D;
}
.TagClassName
{
border-color: #DFB95D;
}
</style>