Shades of Equator #DFB560
Tints of Equator #DFB560
RGB
CMYK
RGB Variations
Color information
#DFB560 (or 0xDFB560) is known color: Equator. HEX triplet: DF, B5 and 60. RGB value is (223,181,96). Sum of RGB (Red+Green+Blue) = 223+181+96=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB560 is #204A9F. Grayscale: #B8B8B8. Windows color (decimal): -2116256 or 6338015. OLE color: 6338015.
HSL color Cylindrical-coordinate representation of color #DFB560: hue angle of 40.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFB560 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 96 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.13 |
| HSL | 40.16º | 0.66% | 0.63% | - |
| HSV(B) | 40.16º | 0.57% | 0.87% | - |
| XYZ | 49.07 | 49.58 | 18.05 | - |
| YUV | 183.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 96 | 0 | 0.19 | 0.57 | 0.13 | 40.16 | 0.66 | 0.63 |
| Hex | DF | B5 | 60 | 0 | 13 | 39 | D | 28 | 42 | 3F |
| Octal | 337 | 265 | 140 | 0 | 23 | 71 | 15 | 50 | 102 | 77 |
| Binary | 11011111 | 10110101 | 1100000 | 0 | 10011 | 111001 | 1101 | 101000 | 1000010 | 111111 |
Color Harmonies of #DFB560
Complementary color
Monochromatic Colors of #DFB560
Black with #DFB560
Text Example
Text Example
White with #DFB560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB560; }
p { color: rgb(223,181,96); }
H1.HeaderClassName
{
color: #DFB560;
}
.AnyTagClassName
{
color: #DFB560;
}
</style>
background-color css
<style>
a { background-color: #DFB560; }
a { background-color: rgb(223,181,96); }
div.DivClassName
{
background-color: #DFB560;
}
.BgClassName
{
background-color: #DFB560;
}
</style>
border-color css
<style>
span { border-color: #DFB560; }
span { border-color: rgb(223,181,96); }
td.TdClassName
{
border-color: #DFB560;
}
.TagClassName
{
border-color: #DFB560;
}
</style>