Shades of Manz #DEDF5D
Tints of Manz #DEDF5D
RGB
CMYK
RGB Variations
Color information
#DEDF5D (or 0xDEDF5D) is known color: Manz. HEX triplet: DE, DF and 5D. RGB value is (222,223,93). Sum of RGB (Red+Green+Blue) = 222+223+93=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF5D is #2120A2. Grayscale: #D0D0D0. Windows color (decimal): -2171043 or 6152158. OLE color: 6152158.
HSL color Cylindrical-coordinate representation of color #DEDF5D: hue angle of 60.46º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEDF5D is Cyan = 0.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 93 | - |
| CMYK | 0.00 | 0 | 0.58 | 0.13 |
| HSL | 60.46º | 0.67% | 0.62% | - |
| HSV(B) | 60.46º | 0.58% | 0.87% | - |
| XYZ | 58.49 | 69.1 | 20.61 | - |
| YUV | 207.88 | 63.17 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 93 | 0.00 | 0 | 0.58 | 0.13 | 60.46 | 0.67 | 0.62 |
| Hex | DE | DF | 5D | 0 | 0 | 3A | D | 3C | 43 | 3E |
| Octal | 336 | 337 | 135 | 0 | 0 | 72 | 15 | 74 | 103 | 76 |
| Binary | 11011110 | 11011111 | 1011101 | 0 | 0 | 111010 | 1101 | 111100 | 1000011 | 111110 |
Color Harmonies of #DEDF5D
Complementary color
Monochromatic Colors of #DEDF5D
Black with #DEDF5D
Text Example
Text Example
White with #DEDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF5D; }
p { color: rgb(222,223,93); }
H1.HeaderClassName
{
color: #DEDF5D;
}
.AnyTagClassName
{
color: #DEDF5D;
}
</style>
background-color css
<style>
a { background-color: #DEDF5D; }
a { background-color: rgb(222,223,93); }
div.DivClassName
{
background-color: #DEDF5D;
}
.BgClassName
{
background-color: #DEDF5D;
}
</style>
border-color css
<style>
span { border-color: #DEDF5D; }
span { border-color: rgb(222,223,93); }
td.TdClassName
{
border-color: #DEDF5D;
}
.TagClassName
{
border-color: #DEDF5D;
}
</style>