Shades of Equator #DFB859
Tints of Equator #DFB859
RGB
CMYK
RGB Variations
Color information
#DFB859 (or 0xDFB859) is known color: Equator. HEX triplet: DF, B8 and 59. RGB value is (223,184,89). Sum of RGB (Red+Green+Blue) = 223+184+89=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB859 is #2047A6. Grayscale: #B9B9B9. Windows color (decimal): -2115495 or 5880031. OLE color: 5880031.
HSL color Cylindrical-coordinate representation of color #DFB859: hue angle of 42.54º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFB859 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 89 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.13 |
| HSL | 42.54º | 0.68% | 0.61% | - |
| HSV(B) | 42.54º | 0.6% | 0.87% | - |
| XYZ | 49.38 | 50.69 | 16.63 | - |
| YUV | 184.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 89 | 0 | 0.17 | 0.60 | 0.13 | 42.54 | 0.68 | 0.61 |
| Hex | DF | B8 | 59 | 0 | 11 | 3C | D | 2B | 44 | 3D |
| Octal | 337 | 270 | 131 | 0 | 21 | 74 | 15 | 53 | 104 | 75 |
| Binary | 11011111 | 10111000 | 1011001 | 0 | 10001 | 111100 | 1101 | 101011 | 1000100 | 111101 |
Color Harmonies of #DFB859
Complementary color
Monochromatic Colors of #DFB859
Black with #DFB859
Text Example
Text Example
White with #DFB859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB859; }
p { color: rgb(223,184,89); }
H1.HeaderClassName
{
color: #DFB859;
}
.AnyTagClassName
{
color: #DFB859;
}
</style>
background-color css
<style>
a { background-color: #DFB859; }
a { background-color: rgb(223,184,89); }
div.DivClassName
{
background-color: #DFB859;
}
.BgClassName
{
background-color: #DFB859;
}
</style>
border-color css
<style>
span { border-color: #DFB859; }
span { border-color: rgb(223,184,89); }
td.TdClassName
{
border-color: #DFB859;
}
.TagClassName
{
border-color: #DFB859;
}
</style>