Shades of Equator #DFB65F
Tints of Equator #DFB65F
RGB
CMYK
RGB Variations
Color information
#DFB65F (or 0xDFB65F) is known color: Equator. HEX triplet: DF, B6 and 5F. RGB value is (223,182,95). Sum of RGB (Red+Green+Blue) = 223+182+95=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB65F is #2049A0. Grayscale: #B8B8B8. Windows color (decimal): -2116001 or 6272735. OLE color: 6272735.
HSL color Cylindrical-coordinate representation of color #DFB65F: hue angle of 40.78º 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 #DFB65F is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 95 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.13 |
| HSL | 40.78º | 0.67% | 0.62% | - |
| HSV(B) | 40.78º | 0.57% | 0.87% | - |
| XYZ | 49.22 | 49.97 | 17.88 | - |
| YUV | 184.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 95 | 0 | 0.18 | 0.57 | 0.13 | 40.78 | 0.67 | 0.62 |
| Hex | DF | B6 | 5F | 0 | 12 | 39 | D | 29 | 43 | 3E |
| Octal | 337 | 266 | 137 | 0 | 22 | 71 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110110 | 1011111 | 0 | 10010 | 111001 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB65F
Complementary color
Monochromatic Colors of #DFB65F
Black with #DFB65F
Text Example
Text Example
White with #DFB65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB65F; }
p { color: rgb(223,182,95); }
H1.HeaderClassName
{
color: #DFB65F;
}
.AnyTagClassName
{
color: #DFB65F;
}
</style>
background-color css
<style>
a { background-color: #DFB65F; }
a { background-color: rgb(223,182,95); }
div.DivClassName
{
background-color: #DFB65F;
}
.BgClassName
{
background-color: #DFB65F;
}
</style>
border-color css
<style>
span { border-color: #DFB65F; }
span { border-color: rgb(223,182,95); }
td.TdClassName
{
border-color: #DFB65F;
}
.TagClassName
{
border-color: #DFB65F;
}
</style>