Shades of Manz #DED855
Tints of Manz #DED855
RGB
CMYK
RGB Variations
Color information
#DED855 (or 0xDED855) is known color: Manz. HEX triplet: DE, D8 and 55. RGB value is (222,216,85). Sum of RGB (Red+Green+Blue) = 222+216+85=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DED855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED855 is #2127AA. Grayscale: #CBCBCB. Windows color (decimal): -2172843 or 5626078. OLE color: 5626078.
HSL color Cylindrical-coordinate representation of color #DED855: hue angle of 57.37º 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 #DED855 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 85 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.13 |
| HSL | 57.37º | 0.67% | 0.6% | - |
| HSV(B) | 57.37º | 0.62% | 0.87% | - |
| XYZ | 56.32 | 65.3 | 18.23 | - |
| YUV | 202.86 | 61.49 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 85 | 0 | 0.03 | 0.62 | 0.13 | 57.37 | 0.67 | 0.6 |
| Hex | DE | D8 | 55 | 0 | 3 | 3E | D | 39 | 43 | 3C |
| Octal | 336 | 330 | 125 | 0 | 3 | 76 | 15 | 71 | 103 | 74 |
| Binary | 11011110 | 11011000 | 1010101 | 0 | 11 | 111110 | 1101 | 111001 | 1000011 | 111100 |
Color Harmonies of #DED855
Complementary color
Monochromatic Colors of #DED855
Black with #DED855
Text Example
Text Example
White with #DED855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED855; }
p { color: rgb(222,216,85); }
H1.HeaderClassName
{
color: #DED855;
}
.AnyTagClassName
{
color: #DED855;
}
</style>
background-color css
<style>
a { background-color: #DED855; }
a { background-color: rgb(222,216,85); }
div.DivClassName
{
background-color: #DED855;
}
.BgClassName
{
background-color: #DED855;
}
</style>
border-color css
<style>
span { border-color: #DED855; }
span { border-color: rgb(222,216,85); }
td.TdClassName
{
border-color: #DED855;
}
.TagClassName
{
border-color: #DED855;
}
</style>