Shades of Manz #DFE049
Tints of Manz #DFE049
RGB
CMYK
RGB Variations
Color information
#DFE049 (or 0xDFE049) is known color: Manz. HEX triplet: DF, E0 and 49. RGB value is (223,224,73). Sum of RGB (Red+Green+Blue) = 223+224+73=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE049 is #201FB6. Grayscale: #CFCFCF. Windows color (decimal): -2105271 or 4841695. OLE color: 4841695.
HSL color Cylindrical-coordinate representation of color #DFE049: hue angle of 60.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE049 is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 73 | - |
| CMYK | 0.00 | 0 | 0.67 | 0.12 |
| HSL | 60.4º | 0.71% | 0.58% | - |
| HSV(B) | 60.4º | 0.67% | 0.88% | - |
| XYZ | 58.29 | 69.48 | 16.64 | - |
| YUV | 206.49 | 52.67 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 73 | 0.00 | 0 | 0.67 | 0.12 | 60.4 | 0.71 | 0.58 |
| Hex | DF | E0 | 49 | 0 | 0 | 43 | C | 3C | 47 | 3A |
| Octal | 337 | 340 | 111 | 0 | 0 | 103 | 14 | 74 | 107 | 72 |
| Binary | 11011111 | 11100000 | 1001001 | 0 | 0 | 1000011 | 1100 | 111100 | 1000111 | 111010 |
Color Harmonies of #DFE049
Complementary color
Monochromatic Colors of #DFE049
Black with #DFE049
Text Example
Text Example
White with #DFE049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE049; }
p { color: rgb(223,224,73); }
H1.HeaderClassName
{
color: #DFE049;
}
.AnyTagClassName
{
color: #DFE049;
}
</style>
background-color css
<style>
a { background-color: #DFE049; }
a { background-color: rgb(223,224,73); }
div.DivClassName
{
background-color: #DFE049;
}
.BgClassName
{
background-color: #DFE049;
}
</style>
border-color css
<style>
span { border-color: #DFE049; }
span { border-color: rgb(223,224,73); }
td.TdClassName
{
border-color: #DFE049;
}
.TagClassName
{
border-color: #DFE049;
}
</style>