Shades of Manz #DED552
Tints of Manz #DED552
RGB
CMYK
RGB Variations
Color information
#DED552 (or 0xDED552) is known color: Manz. HEX triplet: DE, D5 and 52. RGB value is (222,213,82). Sum of RGB (Red+Green+Blue) = 222+213+82=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 82 (32.42% from 255 or 15.86% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DED552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED552 is #212AAD. Grayscale: #C9C9C9. Windows color (decimal): -2173614 or 5428702. OLE color: 5428702.
HSL color Cylindrical-coordinate representation of color #DED552: hue angle of 56.14º 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 #DED552 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 82 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.13 |
| HSL | 56.14º | 0.68% | 0.6% | - |
| HSV(B) | 56.14º | 0.63% | 0.87% | - |
| XYZ | 55.44 | 63.73 | 17.36 | - |
| YUV | 200.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 82 | 0 | 0.04 | 0.63 | 0.13 | 56.14 | 0.68 | 0.6 |
| Hex | DE | D5 | 52 | 0 | 4 | 3F | D | 38 | 44 | 3C |
| Octal | 336 | 325 | 122 | 0 | 4 | 77 | 15 | 70 | 104 | 74 |
| Binary | 11011110 | 11010101 | 1010010 | 0 | 100 | 111111 | 1101 | 111000 | 1000100 | 111100 |
Color Harmonies of #DED552
Complementary color
Monochromatic Colors of #DED552
Black with #DED552
Text Example
Text Example
White with #DED552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED552; }
p { color: rgb(222,213,82); }
H1.HeaderClassName
{
color: #DED552;
}
.AnyTagClassName
{
color: #DED552;
}
</style>
background-color css
<style>
a { background-color: #DED552; }
a { background-color: rgb(222,213,82); }
div.DivClassName
{
background-color: #DED552;
}
.BgClassName
{
background-color: #DED552;
}
</style>
border-color css
<style>
span { border-color: #DED552; }
span { border-color: rgb(222,213,82); }
td.TdClassName
{
border-color: #DED552;
}
.TagClassName
{
border-color: #DED552;
}
</style>