Shades of Manz #DFE05D
Tints of Manz #DFE05D
RGB
CMYK
RGB Variations
Color information
#DFE05D (or 0xDFE05D) is known color: Manz. HEX triplet: DF, E0 and 5D. RGB value is (223,224,93). Sum of RGB (Red+Green+Blue) = 223+224+93=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE05D is #201FA2. Grayscale: #D1D1D1. Windows color (decimal): -2105251 or 6152415. OLE color: 6152415.
HSL color Cylindrical-coordinate representation of color #DFE05D: 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 #DFE05D is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 93 | - |
| 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.06 | 69.79 | 20.71 | - |
| YUV | 208.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 93 | 0.00 | 0 | 0.58 | 0.12 | 60.46 | 0.68 | 0.62 |
| Hex | DF | E0 | 5D | 0 | 0 | 3A | C | 3C | 44 | 3E |
| Octal | 337 | 340 | 135 | 0 | 0 | 72 | 14 | 74 | 104 | 76 |
| Binary | 11011111 | 11100000 | 1011101 | 0 | 0 | 111010 | 1100 | 111100 | 1000100 | 111110 |
Color Harmonies of #DFE05D
Complementary color
Monochromatic Colors of #DFE05D
Black with #DFE05D
Text Example
Text Example
White with #DFE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE05D; }
p { color: rgb(223,224,93); }
H1.HeaderClassName
{
color: #DFE05D;
}
.AnyTagClassName
{
color: #DFE05D;
}
</style>
background-color css
<style>
a { background-color: #DFE05D; }
a { background-color: rgb(223,224,93); }
div.DivClassName
{
background-color: #DFE05D;
}
.BgClassName
{
background-color: #DFE05D;
}
</style>
border-color css
<style>
span { border-color: #DFE05D; }
span { border-color: rgb(223,224,93); }
td.TdClassName
{
border-color: #DFE05D;
}
.TagClassName
{
border-color: #DFE05D;
}
</style>