Shades of Manz #DEDF5C
Tints of Manz #DEDF5C
RGB
CMYK
RGB Variations
Color information
#DEDF5C (or 0xDEDF5C) is known color: Manz. HEX triplet: DE, DF and 5C. RGB value is (222,223,92). Sum of RGB (Red+Green+Blue) = 222+223+92=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF5C is #2120A3. Grayscale: #D0D0D0. Windows color (decimal): -2171044 or 6086622. OLE color: 6086622.
HSL color Cylindrical-coordinate representation of color #DEDF5C: 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.59%. Process color model (Four color, CMYK) of #DEDF5C is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 92 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.13 |
| HSL | 60.46º | 0.67% | 0.62% | - |
| HSV(B) | 60.46º | 0.59% | 0.87% | - |
| XYZ | 58.44 | 69.08 | 20.38 | - |
| YUV | 207.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 92 | 0.00 | 0 | 0.59 | 0.13 | 60.46 | 0.67 | 0.62 |
| Hex | DE | DF | 5C | 0 | 0 | 3B | D | 3C | 43 | 3E |
| Octal | 336 | 337 | 134 | 0 | 0 | 73 | 15 | 74 | 103 | 76 |
| Binary | 11011110 | 11011111 | 1011100 | 0 | 0 | 111011 | 1101 | 111100 | 1000011 | 111110 |
Color Harmonies of #DEDF5C
Complementary color
Monochromatic Colors of #DEDF5C
Black with #DEDF5C
Text Example
Text Example
White with #DEDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF5C; }
p { color: rgb(222,223,92); }
H1.HeaderClassName
{
color: #DEDF5C;
}
.AnyTagClassName
{
color: #DEDF5C;
}
</style>
background-color css
<style>
a { background-color: #DEDF5C; }
a { background-color: rgb(222,223,92); }
div.DivClassName
{
background-color: #DEDF5C;
}
.BgClassName
{
background-color: #DEDF5C;
}
</style>
border-color css
<style>
span { border-color: #DEDF5C; }
span { border-color: rgb(222,223,92); }
td.TdClassName
{
border-color: #DEDF5C;
}
.TagClassName
{
border-color: #DEDF5C;
}
</style>