Shades of Manz #DFE056
Tints of Manz #DFE056
RGB
CMYK
RGB Variations
Color information
#DFE056 (or 0xDFE056) is known color: Manz. HEX triplet: DF, E0 and 56. RGB value is (223,224,86). Sum of RGB (Red+Green+Blue) = 223+224+86=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE056 is #201FA9. Grayscale: #D0D0D0. Windows color (decimal): -2105258 or 5693663. OLE color: 5693663.
HSL color Cylindrical-coordinate representation of color #DFE056: hue angle of 60.43º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFE056 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 86 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.12 |
| HSL | 60.43º | 0.69% | 0.61% | - |
| HSV(B) | 60.43º | 0.62% | 0.88% | - |
| XYZ | 58.77 | 69.67 | 19.15 | - |
| YUV | 207.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 86 | 0.00 | 0 | 0.62 | 0.12 | 60.43 | 0.69 | 0.61 |
| Hex | DF | E0 | 56 | 0 | 0 | 3E | C | 3C | 45 | 3D |
| Octal | 337 | 340 | 126 | 0 | 0 | 76 | 14 | 74 | 105 | 75 |
| Binary | 11011111 | 11100000 | 1010110 | 0 | 0 | 111110 | 1100 | 111100 | 1000101 | 111101 |
Color Harmonies of #DFE056
Complementary color
Monochromatic Colors of #DFE056
Black with #DFE056
Text Example
Text Example
White with #DFE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE056; }
p { color: rgb(223,224,86); }
H1.HeaderClassName
{
color: #DFE056;
}
.AnyTagClassName
{
color: #DFE056;
}
</style>
background-color css
<style>
a { background-color: #DFE056; }
a { background-color: rgb(223,224,86); }
div.DivClassName
{
background-color: #DFE056;
}
.BgClassName
{
background-color: #DFE056;
}
</style>
border-color css
<style>
span { border-color: #DFE056; }
span { border-color: rgb(223,224,86); }
td.TdClassName
{
border-color: #DFE056;
}
.TagClassName
{
border-color: #DFE056;
}
</style>