Shades of Manz #DFE05C
Tints of Manz #DFE05C
RGB
CMYK
RGB Variations
Color information
#DFE05C (or 0xDFE05C) is known color: Manz. HEX triplet: DF, E0 and 5C. RGB value is (223,224,92). Sum of RGB (Red+Green+Blue) = 223+224+92=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE05C is #201FA3. Grayscale: #D1D1D1. Windows color (decimal): -2105252 or 6086879. OLE color: 6086879.
HSL color Cylindrical-coordinate representation of color #DFE05C: hue angle of 60.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFE05C is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 92 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.12 |
| HSL | 60.45º | 0.68% | 0.62% | - |
| HSV(B) | 60.45º | 0.59% | 0.88% | - |
| XYZ | 59.02 | 69.77 | 20.48 | - |
| YUV | 208.65 | 62.17 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 92 | 0.00 | 0 | 0.59 | 0.12 | 60.45 | 0.68 | 0.62 |
| Hex | DF | E0 | 5C | 0 | 0 | 3B | C | 3C | 44 | 3E |
| Octal | 337 | 340 | 134 | 0 | 0 | 73 | 14 | 74 | 104 | 76 |
| Binary | 11011111 | 11100000 | 1011100 | 0 | 0 | 111011 | 1100 | 111100 | 1000100 | 111110 |
Color Harmonies of #DFE05C
Complementary color
Monochromatic Colors of #DFE05C
Black with #DFE05C
Text Example
Text Example
White with #DFE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE05C; }
p { color: rgb(223,224,92); }
H1.HeaderClassName
{
color: #DFE05C;
}
.AnyTagClassName
{
color: #DFE05C;
}
</style>
background-color css
<style>
a { background-color: #DFE05C; }
a { background-color: rgb(223,224,92); }
div.DivClassName
{
background-color: #DFE05C;
}
.BgClassName
{
background-color: #DFE05C;
}
</style>
border-color css
<style>
span { border-color: #DFE05C; }
span { border-color: rgb(223,224,92); }
td.TdClassName
{
border-color: #DFE05C;
}
.TagClassName
{
border-color: #DFE05C;
}
</style>