Shades of Manz #DEDF50
Tints of Manz #DEDF50
RGB
CMYK
RGB Variations
Color information
#DEDF50 (or 0xDEDF50) is known color: Manz. HEX triplet: DE, DF and 50. RGB value is (222,223,80). Sum of RGB (Red+Green+Blue) = 222+223+80=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF50 is #2120AF. Grayscale: #CECECE. Windows color (decimal): -2171056 or 5300190. OLE color: 5300190.
HSL color Cylindrical-coordinate representation of color #DEDF50: hue angle of 60.42º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEDF50 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 80 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.13 |
| HSL | 60.42º | 0.69% | 0.59% | - |
| HSV(B) | 60.42º | 0.64% | 0.87% | - |
| XYZ | 57.96 | 68.88 | 17.83 | - |
| YUV | 206.4 | 56.67 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 80 | 0.00 | 0 | 0.64 | 0.13 | 60.42 | 0.69 | 0.59 |
| Hex | DE | DF | 50 | 0 | 0 | 40 | D | 3C | 45 | 3B |
| Octal | 336 | 337 | 120 | 0 | 0 | 100 | 15 | 74 | 105 | 73 |
| Binary | 11011110 | 11011111 | 1010000 | 0 | 0 | 1000000 | 1101 | 111100 | 1000101 | 111011 |
Color Harmonies of #DEDF50
Complementary color
Monochromatic Colors of #DEDF50
Black with #DEDF50
Text Example
Text Example
White with #DEDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF50; }
p { color: rgb(222,223,80); }
H1.HeaderClassName
{
color: #DEDF50;
}
.AnyTagClassName
{
color: #DEDF50;
}
</style>
background-color css
<style>
a { background-color: #DEDF50; }
a { background-color: rgb(222,223,80); }
div.DivClassName
{
background-color: #DEDF50;
}
.BgClassName
{
background-color: #DEDF50;
}
</style>
border-color css
<style>
span { border-color: #DEDF50; }
span { border-color: rgb(222,223,80); }
td.TdClassName
{
border-color: #DEDF50;
}
.TagClassName
{
border-color: #DEDF50;
}
</style>