Shades of Manz #DFDE58
Tints of Manz #DFDE58
RGB
CMYK
RGB Variations
Color information
#DFDE58 (or 0xDFDE58) is known color: Manz. HEX triplet: DF, DE and 58. RGB value is (223,222,88). Sum of RGB (Red+Green+Blue) = 223+222+88=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE58 is #2021A7. Grayscale: #CFCFCF. Windows color (decimal): -2105768 or 5824223. OLE color: 5824223.
HSL color Cylindrical-coordinate representation of color #DFDE58: hue angle of 59.56º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DFDE58 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 88 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.13 |
| HSL | 59.56º | 0.68% | 0.61% | - |
| HSV(B) | 59.56º | 0.61% | 0.87% | - |
| XYZ | 58.31 | 68.64 | 19.41 | - |
| YUV | 207.02 | 60.83 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 88 | 0 | 0.00 | 0.61 | 0.13 | 59.56 | 0.68 | 0.61 |
| Hex | DF | DE | 58 | 0 | 0 | 3D | D | 3C | 44 | 3D |
| Octal | 337 | 336 | 130 | 0 | 0 | 75 | 15 | 74 | 104 | 75 |
| Binary | 11011111 | 11011110 | 1011000 | 0 | 0 | 111101 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DFDE58
Complementary color
Monochromatic Colors of #DFDE58
Black with #DFDE58
Text Example
Text Example
White with #DFDE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE58; }
p { color: rgb(223,222,88); }
H1.HeaderClassName
{
color: #DFDE58;
}
.AnyTagClassName
{
color: #DFDE58;
}
</style>
background-color css
<style>
a { background-color: #DFDE58; }
a { background-color: rgb(223,222,88); }
div.DivClassName
{
background-color: #DFDE58;
}
.BgClassName
{
background-color: #DFDE58;
}
</style>
border-color css
<style>
span { border-color: #DFDE58; }
span { border-color: rgb(223,222,88); }
td.TdClassName
{
border-color: #DFDE58;
}
.TagClassName
{
border-color: #DFDE58;
}
</style>