Shades of Manz #DEDD52
Tints of Manz #DEDD52
RGB
CMYK
RGB Variations
Color information
#DEDD52 (or 0xDEDD52) is known color: Manz. HEX triplet: DE, DD and 52. RGB value is (222,221,82). Sum of RGB (Red+Green+Blue) = 222+221+82=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD52 is #2122AD. Grayscale: #CECECE. Windows color (decimal): -2171566 or 5430750. OLE color: 5430750.
HSL color Cylindrical-coordinate representation of color #DEDD52: 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.63%. Process color model (Four color, CMYK) of #DEDD52 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 82 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.13 |
| HSL | 59.57º | 0.68% | 0.6% | - |
| HSV(B) | 59.57º | 0.63% | 0.87% | - |
| XYZ | 57.5 | 67.85 | 18.05 | - |
| YUV | 205.45 | 58.33 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 82 | 0 | 0.00 | 0.63 | 0.13 | 59.57 | 0.68 | 0.6 |
| Hex | DE | DD | 52 | 0 | 0 | 3F | D | 3C | 44 | 3C |
| Octal | 336 | 335 | 122 | 0 | 0 | 77 | 15 | 74 | 104 | 74 |
| Binary | 11011110 | 11011101 | 1010010 | 0 | 0 | 111111 | 1101 | 111100 | 1000100 | 111100 |
Color Harmonies of #DEDD52
Complementary color
Monochromatic Colors of #DEDD52
Black with #DEDD52
Text Example
Text Example
White with #DEDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD52; }
p { color: rgb(222,221,82); }
H1.HeaderClassName
{
color: #DEDD52;
}
.AnyTagClassName
{
color: #DEDD52;
}
</style>
background-color css
<style>
a { background-color: #DEDD52; }
a { background-color: rgb(222,221,82); }
div.DivClassName
{
background-color: #DEDD52;
}
.BgClassName
{
background-color: #DEDD52;
}
</style>
border-color css
<style>
span { border-color: #DEDD52; }
span { border-color: rgb(222,221,82); }
td.TdClassName
{
border-color: #DEDD52;
}
.TagClassName
{
border-color: #DEDD52;
}
</style>