Shades of Equator #DFB75F
Tints of Equator #DFB75F
RGB
CMYK
RGB Variations
Color information
#DFB75F (or 0xDFB75F) is known color: Equator. HEX triplet: DF, B7 and 5F. RGB value is (223,183,95). Sum of RGB (Red+Green+Blue) = 223+183+95=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB75F is #2048A0. Grayscale: #B9B9B9. Windows color (decimal): -2115745 or 6272991. OLE color: 6272991.
HSL color Cylindrical-coordinate representation of color #DFB75F: hue angle of 41.25º 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 #DFB75F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 95 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.13 |
| HSL | 41.25º | 0.67% | 0.62% | - |
| HSV(B) | 41.25º | 0.57% | 0.87% | - |
| XYZ | 49.43 | 50.38 | 17.95 | - |
| YUV | 184.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 95 | 0 | 0.18 | 0.57 | 0.13 | 41.25 | 0.67 | 0.62 |
| Hex | DF | B7 | 5F | 0 | 12 | 39 | D | 29 | 43 | 3E |
| Octal | 337 | 267 | 137 | 0 | 22 | 71 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110111 | 1011111 | 0 | 10010 | 111001 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB75F
Complementary color
Monochromatic Colors of #DFB75F
Black with #DFB75F
Text Example
Text Example
White with #DFB75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB75F; }
p { color: rgb(223,183,95); }
H1.HeaderClassName
{
color: #DFB75F;
}
.AnyTagClassName
{
color: #DFB75F;
}
</style>
background-color css
<style>
a { background-color: #DFB75F; }
a { background-color: rgb(223,183,95); }
div.DivClassName
{
background-color: #DFB75F;
}
.BgClassName
{
background-color: #DFB75F;
}
</style>
border-color css
<style>
span { border-color: #DFB75F; }
span { border-color: rgb(223,183,95); }
td.TdClassName
{
border-color: #DFB75F;
}
.TagClassName
{
border-color: #DFB75F;
}
</style>