Shades of Equator #DFB35E
Tints of Equator #DFB35E
RGB
CMYK
RGB Variations
Color information
#DFB35E (or 0xDFB35E) is known color: Equator. HEX triplet: DF, B3 and 5E. RGB value is (223,179,94). Sum of RGB (Red+Green+Blue) = 223+179+94=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB35E is #204CA1. Grayscale: #B6B6B6. Windows color (decimal): -2116770 or 6206431. OLE color: 6206431.
HSL color Cylindrical-coordinate representation of color #DFB35E: hue angle of 39.53º 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 #DFB35E is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 94 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.13 |
| HSL | 39.53º | 0.67% | 0.62% | - |
| HSV(B) | 39.53º | 0.58% | 0.87% | - |
| XYZ | 48.57 | 48.74 | 17.44 | - |
| YUV | 182.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 94 | 0 | 0.20 | 0.58 | 0.13 | 39.53 | 0.67 | 0.62 |
| Hex | DF | B3 | 5E | 0 | 14 | 3A | D | 28 | 43 | 3E |
| Octal | 337 | 263 | 136 | 0 | 24 | 72 | 15 | 50 | 103 | 76 |
| Binary | 11011111 | 10110011 | 1011110 | 0 | 10100 | 111010 | 1101 | 101000 | 1000011 | 111110 |
Color Harmonies of #DFB35E
Complementary color
Monochromatic Colors of #DFB35E
Black with #DFB35E
Text Example
Text Example
White with #DFB35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB35E; }
p { color: rgb(223,179,94); }
H1.HeaderClassName
{
color: #DFB35E;
}
.AnyTagClassName
{
color: #DFB35E;
}
</style>
background-color css
<style>
a { background-color: #DFB35E; }
a { background-color: rgb(223,179,94); }
div.DivClassName
{
background-color: #DFB35E;
}
.BgClassName
{
background-color: #DFB35E;
}
</style>
border-color css
<style>
span { border-color: #DFB35E; }
span { border-color: rgb(223,179,94); }
td.TdClassName
{
border-color: #DFB35E;
}
.TagClassName
{
border-color: #DFB35E;
}
</style>