Shades of Manz #DEDD54
Tints of Manz #DEDD54
RGB
CMYK
RGB Variations
Color information
#DEDD54 (or 0xDEDD54) is known color: Manz. HEX triplet: DE, DD and 54. RGB value is (222,221,84). Sum of RGB (Red+Green+Blue) = 222+221+84=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD54 is #2122AB. Grayscale: #CECECE. Windows color (decimal): -2171564 or 5561822. OLE color: 5561822.
HSL color Cylindrical-coordinate representation of color #DEDD54: hue angle of 59.57º 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 #DEDD54 is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 84 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.13 |
| HSL | 59.57º | 0.68% | 0.6% | - |
| HSV(B) | 59.57º | 0.62% | 0.87% | - |
| XYZ | 57.58 | 67.88 | 18.46 | - |
| YUV | 205.68 | 59.33 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 84 | 0 | 0.00 | 0.62 | 0.13 | 59.57 | 0.68 | 0.6 |
| Hex | DE | DD | 54 | 0 | 0 | 3E | D | 3C | 44 | 3C |
| Octal | 336 | 335 | 124 | 0 | 0 | 76 | 15 | 74 | 104 | 74 |
| Binary | 11011110 | 11011101 | 1010100 | 0 | 0 | 111110 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DEDD54
Complementary color
Monochromatic Colors of #DEDD54
Black with #DEDD54
Text Example
Text Example
White with #DEDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD54; }
p { color: rgb(222,221,84); }
H1.HeaderClassName
{
color: #DEDD54;
}
.AnyTagClassName
{
color: #DEDD54;
}
</style>
background-color css
<style>
a { background-color: #DEDD54; }
a { background-color: rgb(222,221,84); }
div.DivClassName
{
background-color: #DEDD54;
}
.BgClassName
{
background-color: #DEDD54;
}
</style>
border-color css
<style>
span { border-color: #DEDD54; }
span { border-color: rgb(222,221,84); }
td.TdClassName
{
border-color: #DEDD54;
}
.TagClassName
{
border-color: #DEDD54;
}
</style>