Shades of Equator #DFB65E
Tints of Equator #DFB65E
RGB
CMYK
RGB Variations
Color information
#DFB65E (or 0xDFB65E) is known color: Equator. HEX triplet: DF, B6 and 5E. RGB value is (223,182,94). Sum of RGB (Red+Green+Blue) = 223+182+94=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB65E is #2049A1. Grayscale: #B8B8B8. Windows color (decimal): -2116002 or 6207199. OLE color: 6207199.
HSL color Cylindrical-coordinate representation of color #DFB65E: hue angle of 40.93º 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 #DFB65E is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 182 | 94 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.13 |
| HSL | 40.93º | 0.67% | 0.62% | - |
| HSV(B) | 40.93º | 0.58% | 0.87% | - |
| XYZ | 49.18 | 49.95 | 17.64 | - |
| YUV | 184.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 182 | 94 | 0 | 0.18 | 0.58 | 0.13 | 40.93 | 0.67 | 0.62 |
| Hex | DF | B6 | 5E | 0 | 12 | 3A | D | 29 | 43 | 3E |
| Octal | 337 | 266 | 136 | 0 | 22 | 72 | 15 | 51 | 103 | 76 |
| Binary | 11011111 | 10110110 | 1011110 | 0 | 10010 | 111010 | 1101 | 101001 | 1000011 | 111110 |
Color Harmonies of #DFB65E
Complementary color
Monochromatic Colors of #DFB65E
Black with #DFB65E
Text Example
Text Example
White with #DFB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB65E; }
p { color: rgb(223,182,94); }
H1.HeaderClassName
{
color: #DFB65E;
}
.AnyTagClassName
{
color: #DFB65E;
}
</style>
background-color css
<style>
a { background-color: #DFB65E; }
a { background-color: rgb(223,182,94); }
div.DivClassName
{
background-color: #DFB65E;
}
.BgClassName
{
background-color: #DFB65E;
}
</style>
border-color css
<style>
span { border-color: #DFB65E; }
span { border-color: rgb(223,182,94); }
td.TdClassName
{
border-color: #DFB65E;
}
.TagClassName
{
border-color: #DFB65E;
}
</style>