Shades of Equator #DFB45E
Tints of Equator #DFB45E
RGB
CMYK
RGB Variations
Color information
#DFB45E (or 0xDFB45E) is known color: Equator. HEX triplet: DF, B4 and 5E. RGB value is (223,180,94). Sum of RGB (Red+Green+Blue) = 223+180+94=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB45E is #204BA1. Grayscale: #B7B7B7. Windows color (decimal): -2116514 or 6206687. OLE color: 6206687.
HSL color Cylindrical-coordinate representation of color #DFB45E: hue angle of 40º 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 #DFB45E is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 94 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.13 |
| HSL | 40º | 0.67% | 0.62% | - |
| HSV(B) | 40º | 0.58% | 0.87% | - |
| XYZ | 48.77 | 49.14 | 17.5 | - |
| YUV | 183.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 94 | 0 | 0.19 | 0.58 | 0.13 | 40 | 0.67 | 0.62 |
| Hex | DF | B4 | 5E | 0 | 13 | 3A | D | 28 | 43 | 3E |
| Octal | 337 | 264 | 136 | 0 | 23 | 72 | 15 | 50 | 103 | 76 |
| Binary | 11011111 | 10110100 | 1011110 | 0 | 10011 | 111010 | 1101 | 101000 | 1000011 | 111110 |
Color Harmonies of #DFB45E
Complementary color
Monochromatic Colors of #DFB45E
Black with #DFB45E
Text Example
Text Example
White with #DFB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB45E; }
p { color: rgb(223,180,94); }
H1.HeaderClassName
{
color: #DFB45E;
}
.AnyTagClassName
{
color: #DFB45E;
}
</style>
background-color css
<style>
a { background-color: #DFB45E; }
a { background-color: rgb(223,180,94); }
div.DivClassName
{
background-color: #DFB45E;
}
.BgClassName
{
background-color: #DFB45E;
}
</style>
border-color css
<style>
span { border-color: #DFB45E; }
span { border-color: rgb(223,180,94); }
td.TdClassName
{
border-color: #DFB45E;
}
.TagClassName
{
border-color: #DFB45E;
}
</style>