Shades of Manz #DFE05E
Tints of Manz #DFE05E
RGB
CMYK
RGB Variations
Color information
#DFE05E (or 0xDFE05E) is known color: Manz. HEX triplet: DF, E0 and 5E. RGB value is (223,224,94). Sum of RGB (Red+Green+Blue) = 223+224+94=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE05E is #201FA1. Grayscale: #D1D1D1. Windows color (decimal): -2105250 or 6217951. OLE color: 6217951.
HSL color Cylindrical-coordinate representation of color #DFE05E: hue angle of 60.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFE05E is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 94 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.12 |
| HSL | 60.46º | 0.68% | 0.62% | - |
| HSV(B) | 60.46º | 0.58% | 0.88% | - |
| XYZ | 59.11 | 69.81 | 20.95 | - |
| YUV | 208.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 94 | 0.00 | 0 | 0.58 | 0.12 | 60.46 | 0.68 | 0.62 |
| Hex | DF | E0 | 5E | 0 | 0 | 3A | C | 3C | 44 | 3E |
| Octal | 337 | 340 | 136 | 0 | 0 | 72 | 14 | 74 | 104 | 76 |
| Binary | 11011111 | 11100000 | 1011110 | 0 | 0 | 111010 | 1100 | 111100 | 1000100 | 111110 |
Color Harmonies of #DFE05E
Complementary color
Monochromatic Colors of #DFE05E
Black with #DFE05E
Text Example
Text Example
White with #DFE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE05E; }
p { color: rgb(223,224,94); }
H1.HeaderClassName
{
color: #DFE05E;
}
.AnyTagClassName
{
color: #DFE05E;
}
</style>
background-color css
<style>
a { background-color: #DFE05E; }
a { background-color: rgb(223,224,94); }
div.DivClassName
{
background-color: #DFE05E;
}
.BgClassName
{
background-color: #DFE05E;
}
</style>
border-color css
<style>
span { border-color: #DFE05E; }
span { border-color: rgb(223,224,94); }
td.TdClassName
{
border-color: #DFE05E;
}
.TagClassName
{
border-color: #DFE05E;
}
</style>