Shades of Equator #DFB561
Tints of Equator #DFB561
RGB
CMYK
RGB Variations
Color information
#DFB561 (or 0xDFB561) is known color: Equator. HEX triplet: DF, B5 and 61. RGB value is (223,181,97). Sum of RGB (Red+Green+Blue) = 223+181+97=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB561 is #204A9E. Grayscale: #B8B8B8. Windows color (decimal): -2116255 or 6403551. OLE color: 6403551.
HSL color Cylindrical-coordinate representation of color #DFB561: hue angle of 40º 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 #DFB561 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 181 | 97 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.13 |
| HSL | 40º | 0.66% | 0.63% | - |
| HSV(B) | 40º | 0.57% | 0.87% | - |
| XYZ | 49.11 | 49.6 | 18.29 | - |
| YUV | 183.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 181 | 97 | 0 | 0.19 | 0.57 | 0.13 | 40 | 0.66 | 0.63 |
| Hex | DF | B5 | 61 | 0 | 13 | 39 | D | 28 | 42 | 3F |
| Octal | 337 | 265 | 141 | 0 | 23 | 71 | 15 | 50 | 102 | 77 |
| Binary | 11011111 | 10110101 | 1100001 | 0 | 10011 | 111001 | 1101 | 101000 | 1000010 | 111111 |
Color Harmonies of #DFB561
Complementary color
Monochromatic Colors of #DFB561
Black with #DFB561
Text Example
Text Example
White with #DFB561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB561; }
p { color: rgb(223,181,97); }
H1.HeaderClassName
{
color: #DFB561;
}
.AnyTagClassName
{
color: #DFB561;
}
</style>
background-color css
<style>
a { background-color: #DFB561; }
a { background-color: rgb(223,181,97); }
div.DivClassName
{
background-color: #DFB561;
}
.BgClassName
{
background-color: #DFB561;
}
</style>
border-color css
<style>
span { border-color: #DFB561; }
span { border-color: rgb(223,181,97); }
td.TdClassName
{
border-color: #DFB561;
}
.TagClassName
{
border-color: #DFB561;
}
</style>