Shades of Manz #DED455
Tints of Manz #DED455
RGB
CMYK
RGB Variations
Color information
#DED455 (or 0xDED455) is known color: Manz. HEX triplet: DE, D4 and 55. RGB value is (222,212,85). Sum of RGB (Red+Green+Blue) = 222+212+85=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DED455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED455 is #212BAA. Grayscale: #C9C9C9. Windows color (decimal): -2173867 or 5625054. OLE color: 5625054.
HSL color Cylindrical-coordinate representation of color #DED455: hue angle of 55.62º degrees, saturation: 0.67, 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 #DED455 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 85 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.13 |
| HSL | 55.62º | 0.67% | 0.6% | - |
| HSV(B) | 55.62º | 0.62% | 0.87% | - |
| XYZ | 55.31 | 63.27 | 17.89 | - |
| YUV | 200.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 85 | 0 | 0.05 | 0.62 | 0.13 | 55.62 | 0.67 | 0.6 |
| Hex | DE | D4 | 55 | 0 | 5 | 3E | D | 38 | 43 | 3C |
| Octal | 336 | 324 | 125 | 0 | 5 | 76 | 15 | 70 | 103 | 74 |
| Binary | 11011110 | 11010100 | 1010101 | 0 | 101 | 111110 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DED455
Complementary color
Monochromatic Colors of #DED455
Black with #DED455
Text Example
Text Example
White with #DED455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED455; }
p { color: rgb(222,212,85); }
H1.HeaderClassName
{
color: #DED455;
}
.AnyTagClassName
{
color: #DED455;
}
</style>
background-color css
<style>
a { background-color: #DED455; }
a { background-color: rgb(222,212,85); }
div.DivClassName
{
background-color: #DED455;
}
.BgClassName
{
background-color: #DED455;
}
</style>
border-color css
<style>
span { border-color: #DED455; }
span { border-color: rgb(222,212,85); }
td.TdClassName
{
border-color: #DED455;
}
.TagClassName
{
border-color: #DED455;
}
</style>