Shades of Equator #DFB75E
Tints of Equator #DFB75E
RGB
CMYK
RGB Variations
Color information
#DFB75E (or 0xDFB75E) is known color: Equator. HEX triplet: DF, B7 and 5E. RGB value is (223,183,94). Sum of RGB (Red+Green+Blue) = 223+183+94=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB75E is #2048A1. Grayscale: #B9B9B9. Windows color (decimal): -2115746 or 6207455. OLE color: 6207455.
HSL color Cylindrical-coordinate representation of color #DFB75E: hue angle of 41.4º 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 #DFB75E is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 94 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.13 |
| HSL | 41.4º | 0.67% | 0.62% | - |
| HSV(B) | 41.4º | 0.58% | 0.87% | - |
| XYZ | 49.39 | 50.36 | 17.71 | - |
| YUV | 184.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 94 | 0 | 0.18 | 0.58 | 0.13 | 41.4 | 0.67 | 0.62 |
| Hex | DF | B7 | 5E | 0 | 12 | 3A | D | 29 | 43 | 3E |
| Octal | 337 | 267 | 136 | 0 | 22 | 72 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110111 | 1011110 | 0 | 10010 | 111010 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB75E
Complementary color
Monochromatic Colors of #DFB75E
Black with #DFB75E
Text Example
Text Example
White with #DFB75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB75E; }
p { color: rgb(223,183,94); }
H1.HeaderClassName
{
color: #DFB75E;
}
.AnyTagClassName
{
color: #DFB75E;
}
</style>
background-color css
<style>
a { background-color: #DFB75E; }
a { background-color: rgb(223,183,94); }
div.DivClassName
{
background-color: #DFB75E;
}
.BgClassName
{
background-color: #DFB75E;
}
</style>
border-color css
<style>
span { border-color: #DFB75E; }
span { border-color: rgb(223,183,94); }
td.TdClassName
{
border-color: #DFB75E;
}
.TagClassName
{
border-color: #DFB75E;
}
</style>