Shades of Equator #DFB05F
Tints of Equator #DFB05F
RGB
CMYK
RGB Variations
Color information
#DFB05F (or 0xDFB05F) is known color: Equator. HEX triplet: DF, B0 and 5F. RGB value is (223,176,95). Sum of RGB (Red+Green+Blue) = 223+176+95=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB05F is #204FA0. Grayscale: #B5B5B5. Windows color (decimal): -2117537 or 6271199. OLE color: 6271199.
HSL color Cylindrical-coordinate representation of color #DFB05F: hue angle of 37.97º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB05F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 95 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.13 |
| HSL | 37.97º | 0.67% | 0.62% | - |
| HSV(B) | 37.97º | 0.57% | 0.87% | - |
| XYZ | 48.02 | 47.56 | 17.48 | - |
| YUV | 180.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 95 | 0 | 0.21 | 0.57 | 0.13 | 37.97 | 0.67 | 0.62 |
| Hex | DF | B0 | 5F | 0 | 15 | 39 | D | 26 | 43 | 3E |
| Octal | 337 | 260 | 137 | 0 | 25 | 71 | 15 | 46 | 103 | 76 |
| Binary | 11011111 | 10110000 | 1011111 | 0 | 10101 | 111001 | 1101 | 100110 | 1000011 | 111110 |
Color Harmonies of #DFB05F
Complementary color
Monochromatic Colors of #DFB05F
Black with #DFB05F
Text Example
Text Example
White with #DFB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB05F; }
p { color: rgb(223,176,95); }
H1.HeaderClassName
{
color: #DFB05F;
}
.AnyTagClassName
{
color: #DFB05F;
}
</style>
background-color css
<style>
a { background-color: #DFB05F; }
a { background-color: rgb(223,176,95); }
div.DivClassName
{
background-color: #DFB05F;
}
.BgClassName
{
background-color: #DFB05F;
}
</style>
border-color css
<style>
span { border-color: #DFB05F; }
span { border-color: rgb(223,176,95); }
td.TdClassName
{
border-color: #DFB05F;
}
.TagClassName
{
border-color: #DFB05F;
}
</style>