Shades of Manz #DFDE57
Tints of Manz #DFDE57
RGB
CMYK
RGB Variations
Color information
#DFDE57 (or 0xDFDE57) is known color: Manz. HEX triplet: DF, DE and 57. RGB value is (223,222,87). Sum of RGB (Red+Green+Blue) = 223+222+87=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 87 (34.38% from 255 or 16.35% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDE57 is #2021A8. Grayscale: #CFCFCF. Windows color (decimal): -2105769 or 5758687. OLE color: 5758687.
HSL color Cylindrical-coordinate representation of color #DFDE57: 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 #DFDE57 is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 87 | - |
| 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.27 | 68.62 | 19.19 | - |
| YUV | 206.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 87 | 0 | 0.00 | 0.61 | 0.13 | 59.56 | 0.68 | 0.61 |
| Hex | DF | DE | 57 | 0 | 0 | 3D | D | 3C | 44 | 3D |
| Octal | 337 | 336 | 127 | 0 | 0 | 75 | 15 | 74 | 104 | 75 |
| Binary | 11011111 | 11011110 | 1010111 | 0 | 0 | 111101 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DFDE57
Complementary color
Monochromatic Colors of #DFDE57
Black with #DFDE57
Text Example
Text Example
White with #DFDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE57; }
p { color: rgb(223,222,87); }
H1.HeaderClassName
{
color: #DFDE57;
}
.AnyTagClassName
{
color: #DFDE57;
}
</style>
background-color css
<style>
a { background-color: #DFDE57; }
a { background-color: rgb(223,222,87); }
div.DivClassName
{
background-color: #DFDE57;
}
.BgClassName
{
background-color: #DFDE57;
}
</style>
border-color css
<style>
span { border-color: #DFDE57; }
span { border-color: rgb(223,222,87); }
td.TdClassName
{
border-color: #DFDE57;
}
.TagClassName
{
border-color: #DFDE57;
}
</style>