Shades of Manz #DFE052
Tints of Manz #DFE052
RGB
CMYK
RGB Variations
Color information
#DFE052 (or 0xDFE052) is known color: Manz. HEX triplet: DF, E0 and 52. RGB value is (223,224,82). Sum of RGB (Red+Green+Blue) = 223+224+82=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE052 is #201FAD. Grayscale: #D0D0D0. Windows color (decimal): -2105262 or 5431519. OLE color: 5431519.
HSL color Cylindrical-coordinate representation of color #DFE052: hue angle of 60.42º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFE052 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 82 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.12 |
| HSL | 60.42º | 0.7% | 0.6% | - |
| HSV(B) | 60.42º | 0.63% | 0.88% | - |
| XYZ | 58.61 | 69.61 | 18.33 | - |
| YUV | 207.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 82 | 0.00 | 0 | 0.63 | 0.12 | 60.42 | 0.7 | 0.6 |
| Hex | DF | E0 | 52 | 0 | 0 | 3F | C | 3C | 46 | 3C |
| Octal | 337 | 340 | 122 | 0 | 0 | 77 | 14 | 74 | 106 | 74 |
| Binary | 11011111 | 11100000 | 1010010 | 0 | 0 | 111111 | 1100 | 111100 | 1000110 | 111100 |
Color Harmonies of #DFE052
Complementary color
Monochromatic Colors of #DFE052
Black with #DFE052
Text Example
Text Example
White with #DFE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE052; }
p { color: rgb(223,224,82); }
H1.HeaderClassName
{
color: #DFE052;
}
.AnyTagClassName
{
color: #DFE052;
}
</style>
background-color css
<style>
a { background-color: #DFE052; }
a { background-color: rgb(223,224,82); }
div.DivClassName
{
background-color: #DFE052;
}
.BgClassName
{
background-color: #DFE052;
}
</style>
border-color css
<style>
span { border-color: #DFE052; }
span { border-color: rgb(223,224,82); }
td.TdClassName
{
border-color: #DFE052;
}
.TagClassName
{
border-color: #DFE052;
}
</style>