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