Shades of Equator #DFB15E
Tints of Equator #DFB15E
RGB
CMYK
RGB Variations
Color information
#DFB15E (or 0xDFB15E) is known color: Equator. HEX triplet: DF, B1 and 5E. RGB value is (223,177,94). Sum of RGB (Red+Green+Blue) = 223+177+94=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB15E is #204EA1. Grayscale: #B5B5B5. Windows color (decimal): -2117282 or 6205919. OLE color: 6205919.
HSL color Cylindrical-coordinate representation of color #DFB15E: hue angle of 38.6º 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 #DFB15E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 94 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.13 |
| HSL | 38.6º | 0.67% | 0.62% | - |
| HSV(B) | 38.6º | 0.58% | 0.87% | - |
| XYZ | 48.17 | 47.94 | 17.3 | - |
| YUV | 181.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 94 | 0 | 0.21 | 0.58 | 0.13 | 38.6 | 0.67 | 0.62 |
| Hex | DF | B1 | 5E | 0 | 15 | 3A | D | 27 | 43 | 3E |
| Octal | 337 | 261 | 136 | 0 | 25 | 72 | 15 | 47 | 103 | 76 |
| Binary | 11011111 | 10110001 | 1011110 | 0 | 10101 | 111010 | 1101 | 100111 | 1000011 | 111110 |
Color Harmonies of #DFB15E
Complementary color
Monochromatic Colors of #DFB15E
Black with #DFB15E
Text Example
Text Example
White with #DFB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB15E; }
p { color: rgb(223,177,94); }
H1.HeaderClassName
{
color: #DFB15E;
}
.AnyTagClassName
{
color: #DFB15E;
}
</style>
background-color css
<style>
a { background-color: #DFB15E; }
a { background-color: rgb(223,177,94); }
div.DivClassName
{
background-color: #DFB15E;
}
.BgClassName
{
background-color: #DFB15E;
}
</style>
border-color css
<style>
span { border-color: #DFB15E; }
span { border-color: rgb(223,177,94); }
td.TdClassName
{
border-color: #DFB15E;
}
.TagClassName
{
border-color: #DFB15E;
}
</style>