Shades of Manz #DFE05F
Tints of Manz #DFE05F
RGB
CMYK
RGB Variations
Color information
#DFE05F (or 0xDFE05F) is known color: Manz. HEX triplet: DF, E0 and 5F. RGB value is (223,224,95). Sum of RGB (Red+Green+Blue) = 223+224+95=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE05F is #201FA0. Grayscale: #D1D1D1. Windows color (decimal): -2105249 or 6283487. OLE color: 6283487.
HSL color Cylindrical-coordinate representation of color #DFE05F: hue angle of 60.47º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFE05F is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 95 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.12 |
| HSL | 60.47º | 0.68% | 0.63% | - |
| HSV(B) | 60.47º | 0.58% | 0.88% | - |
| XYZ | 59.15 | 69.83 | 21.19 | - |
| YUV | 209 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 95 | 0.00 | 0 | 0.58 | 0.12 | 60.47 | 0.68 | 0.63 |
| Hex | DF | E0 | 5F | 0 | 0 | 3A | C | 3C | 44 | 3F |
| Octal | 337 | 340 | 137 | 0 | 0 | 72 | 14 | 74 | 104 | 77 |
| Binary | 11011111 | 11100000 | 1011111 | 0 | 0 | 111010 | 1100 | 111100 | 1000100 | 111111 |
Color Harmonies of #DFE05F
Complementary color
Monochromatic Colors of #DFE05F
Black with #DFE05F
Text Example
Text Example
White with #DFE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE05F; }
p { color: rgb(223,224,95); }
H1.HeaderClassName
{
color: #DFE05F;
}
.AnyTagClassName
{
color: #DFE05F;
}
</style>
background-color css
<style>
a { background-color: #DFE05F; }
a { background-color: rgb(223,224,95); }
div.DivClassName
{
background-color: #DFE05F;
}
.BgClassName
{
background-color: #DFE05F;
}
</style>
border-color css
<style>
span { border-color: #DFE05F; }
span { border-color: rgb(223,224,95); }
td.TdClassName
{
border-color: #DFE05F;
}
.TagClassName
{
border-color: #DFE05F;
}
</style>