Shades of Manz #DEDF54
Tints of Manz #DEDF54
RGB
CMYK
RGB Variations
Color information
#DEDF54 (or 0xDEDF54) is known color: Manz. HEX triplet: DE, DF and 54. RGB value is (222,223,84). Sum of RGB (Red+Green+Blue) = 222+223+84=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDF54 is #2120AB. Grayscale: #CFCFCF. Windows color (decimal): -2171052 or 5562334. OLE color: 5562334.
HSL color Cylindrical-coordinate representation of color #DEDF54: hue angle of 60.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEDF54 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 84 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.13 |
| HSL | 60.43º | 0.68% | 0.6% | - |
| HSV(B) | 60.43º | 0.62% | 0.87% | - |
| XYZ | 58.11 | 68.95 | 18.63 | - |
| YUV | 206.86 | 58.67 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 84 | 0.00 | 0 | 0.62 | 0.13 | 60.43 | 0.68 | 0.6 |
| Hex | DE | DF | 54 | 0 | 0 | 3E | D | 3C | 44 | 3C |
| Octal | 336 | 337 | 124 | 0 | 0 | 76 | 15 | 74 | 104 | 74 |
| Binary | 11011110 | 11011111 | 1010100 | 0 | 0 | 111110 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DEDF54
Complementary color
Monochromatic Colors of #DEDF54
Black with #DEDF54
Text Example
Text Example
White with #DEDF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDF54; }
p { color: rgb(222,223,84); }
H1.HeaderClassName
{
color: #DEDF54;
}
.AnyTagClassName
{
color: #DEDF54;
}
</style>
background-color css
<style>
a { background-color: #DEDF54; }
a { background-color: rgb(222,223,84); }
div.DivClassName
{
background-color: #DEDF54;
}
.BgClassName
{
background-color: #DEDF54;
}
</style>
border-color css
<style>
span { border-color: #DEDF54; }
span { border-color: rgb(222,223,84); }
td.TdClassName
{
border-color: #DEDF54;
}
.TagClassName
{
border-color: #DEDF54;
}
</style>