Shades of Manz #DFE053
Tints of Manz #DFE053
RGB
CMYK
RGB Variations
Color information
#DFE053 (or 0xDFE053) is known color: Manz. HEX triplet: DF, E0 and 53. RGB value is (223,224,83). Sum of RGB (Red+Green+Blue) = 223+224+83=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE053 is #201FAC. Grayscale: #D0D0D0. Windows color (decimal): -2105261 or 5497055. OLE color: 5497055.
HSL color Cylindrical-coordinate representation of color #DFE053: hue angle of 60.43º degrees, saturation: 0.69, 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 #DFE053 is Cyan = 0.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 83 | - |
| CMYK | 0.00 | 0 | 0.63 | 0.12 |
| HSL | 60.43º | 0.69% | 0.6% | - |
| HSV(B) | 60.43º | 0.63% | 0.88% | - |
| XYZ | 58.65 | 69.62 | 18.53 | - |
| YUV | 207.63 | 57.67 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 83 | 0.00 | 0 | 0.63 | 0.12 | 60.43 | 0.69 | 0.6 |
| Hex | DF | E0 | 53 | 0 | 0 | 3F | C | 3C | 45 | 3C |
| Octal | 337 | 340 | 123 | 0 | 0 | 77 | 14 | 74 | 105 | 74 |
| Binary | 11011111 | 11100000 | 1010011 | 0 | 0 | 111111 | 1100 | 111100 | 1000101 | 111100 |
Color Harmonies of #DFE053
Complementary color
Monochromatic Colors of #DFE053
Black with #DFE053
Text Example
Text Example
White with #DFE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE053; }
p { color: rgb(223,224,83); }
H1.HeaderClassName
{
color: #DFE053;
}
.AnyTagClassName
{
color: #DFE053;
}
</style>
background-color css
<style>
a { background-color: #DFE053; }
a { background-color: rgb(223,224,83); }
div.DivClassName
{
background-color: #DFE053;
}
.BgClassName
{
background-color: #DFE053;
}
</style>
border-color css
<style>
span { border-color: #DFE053; }
span { border-color: rgb(223,224,83); }
td.TdClassName
{
border-color: #DFE053;
}
.TagClassName
{
border-color: #DFE053;
}
</style>