Shades of Manz #DEDF5F
Tints of Manz #DEDF5F
RGB
CMYK
RGB Variations
Color information
#DEDF5F (or 0xDEDF5F) is known color: Manz. HEX triplet: DE, DF and 5F. RGB value is (222,223,95). Sum of RGB (Red+Green+Blue) = 222+223+95=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF5F is #2120A0. Grayscale: #D0D0D0. Windows color (decimal): -2171041 or 6283230. OLE color: 6283230.
HSL color Cylindrical-coordinate representation of color #DEDF5F: hue angle of 60.47º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEDF5F is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 95 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.13 |
| HSL | 60.47º | 0.67% | 0.62% | - |
| HSV(B) | 60.47º | 0.57% | 0.87% | - |
| XYZ | 58.58 | 69.13 | 21.08 | - |
| YUV | 208.11 | 64.17 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 95 | 0.00 | 0 | 0.57 | 0.13 | 60.47 | 0.67 | 0.62 |
| Hex | DE | DF | 5F | 0 | 0 | 39 | D | 3C | 43 | 3E |
| Octal | 336 | 337 | 137 | 0 | 0 | 71 | 15 | 74 | 103 | 76 |
| Binary | 11011110 | 11011111 | 1011111 | 0 | 0 | 111001 | 1101 | 111100 | 1000011 | 111110 |
Color Harmonies of #DEDF5F
Complementary color
Monochromatic Colors of #DEDF5F
Black with #DEDF5F
Text Example
Text Example
White with #DEDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF5F; }
p { color: rgb(222,223,95); }
H1.HeaderClassName
{
color: #DEDF5F;
}
.AnyTagClassName
{
color: #DEDF5F;
}
</style>
background-color css
<style>
a { background-color: #DEDF5F; }
a { background-color: rgb(222,223,95); }
div.DivClassName
{
background-color: #DEDF5F;
}
.BgClassName
{
background-color: #DEDF5F;
}
</style>
border-color css
<style>
span { border-color: #DEDF5F; }
span { border-color: rgb(222,223,95); }
td.TdClassName
{
border-color: #DEDF5F;
}
.TagClassName
{
border-color: #DEDF5F;
}
</style>