Shades of Manz #DFE060
Tints of Manz #DFE060
RGB
CMYK
RGB Variations
Color information
#DFE060 (or 0xDFE060) is known color: Manz. HEX triplet: DF, E0 and 60. RGB value is (223,224,96). Sum of RGB (Red+Green+Blue) = 223+224+96=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE060 is #201F9F. Grayscale: #D1D1D1. Windows color (decimal): -2105248 or 6349023. OLE color: 6349023.
HSL color Cylindrical-coordinate representation of color #DFE060: hue angle of 60.47º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DFE060 is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 96 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.12 |
| HSL | 60.47º | 0.67% | 0.63% | - |
| HSV(B) | 60.47º | 0.57% | 0.88% | - |
| XYZ | 59.2 | 69.84 | 21.43 | - |
| YUV | 209.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 96 | 0.00 | 0 | 0.57 | 0.12 | 60.47 | 0.67 | 0.63 |
| Hex | DF | E0 | 60 | 0 | 0 | 39 | C | 3C | 43 | 3F |
| Octal | 337 | 340 | 140 | 0 | 0 | 71 | 14 | 74 | 103 | 77 |
| Binary | 11011111 | 11100000 | 1100000 | 0 | 0 | 111001 | 1100 | 111100 | 1000011 | 111111 |
Color Harmonies of #DFE060
Complementary color
Monochromatic Colors of #DFE060
Black with #DFE060
Text Example
Text Example
White with #DFE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE060; }
p { color: rgb(223,224,96); }
H1.HeaderClassName
{
color: #DFE060;
}
.AnyTagClassName
{
color: #DFE060;
}
</style>
background-color css
<style>
a { background-color: #DFE060; }
a { background-color: rgb(223,224,96); }
div.DivClassName
{
background-color: #DFE060;
}
.BgClassName
{
background-color: #DFE060;
}
</style>
border-color css
<style>
span { border-color: #DFE060; }
span { border-color: rgb(223,224,96); }
td.TdClassName
{
border-color: #DFE060;
}
.TagClassName
{
border-color: #DFE060;
}
</style>