Shades of Manz #DEDF56
Tints of Manz #DEDF56
RGB
CMYK
RGB Variations
Color information
#DEDF56 (or 0xDEDF56) is known color: Manz. HEX triplet: DE, DF and 56. RGB value is (222,223,86). Sum of RGB (Red+Green+Blue) = 222+223+86=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF56 is #2120A9. Grayscale: #CFCFCF. Windows color (decimal): -2171050 or 5693406. OLE color: 5693406.
HSL color Cylindrical-coordinate representation of color #DEDF56: hue angle of 60.44º 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 #DEDF56 is Cyan = 0.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 86 | - |
| CMYK | 0.00 | 0 | 0.61 | 0.13 |
| HSL | 60.44º | 0.68% | 0.61% | - |
| HSV(B) | 60.44º | 0.61% | 0.87% | - |
| XYZ | 58.19 | 68.98 | 19.05 | - |
| YUV | 207.08 | 59.67 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 86 | 0.00 | 0 | 0.61 | 0.13 | 60.44 | 0.68 | 0.61 |
| Hex | DE | DF | 56 | 0 | 0 | 3D | D | 3C | 44 | 3D |
| Octal | 336 | 337 | 126 | 0 | 0 | 75 | 15 | 74 | 104 | 75 |
| Binary | 11011110 | 11011111 | 1010110 | 0 | 0 | 111101 | 1101 | 111100 | 1000100 | 111101 |
Color Harmonies of #DEDF56
Complementary color
Monochromatic Colors of #DEDF56
Black with #DEDF56
Text Example
Text Example
White with #DEDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF56; }
p { color: rgb(222,223,86); }
H1.HeaderClassName
{
color: #DEDF56;
}
.AnyTagClassName
{
color: #DEDF56;
}
</style>
background-color css
<style>
a { background-color: #DEDF56; }
a { background-color: rgb(222,223,86); }
div.DivClassName
{
background-color: #DEDF56;
}
.BgClassName
{
background-color: #DEDF56;
}
</style>
border-color css
<style>
span { border-color: #DEDF56; }
span { border-color: rgb(222,223,86); }
td.TdClassName
{
border-color: #DEDF56;
}
.TagClassName
{
border-color: #DEDF56;
}
</style>