Shades of Manz #DED155
Tints of Manz #DED155
RGB
CMYK
RGB Variations
Color information
#DED155 (or 0xDED155) is known color: Manz. HEX triplet: DE, D1 and 55. RGB value is (222,209,85). Sum of RGB (Red+Green+Blue) = 222+209+85=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DED155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED155 is #212EAA. Grayscale: #C7C7C7. Windows color (decimal): -2174635 or 5624286. OLE color: 5624286.
HSL color Cylindrical-coordinate representation of color #DED155: hue angle of 54.31º 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 #DED155 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 85 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.13 |
| HSL | 54.31º | 0.67% | 0.6% | - |
| HSV(B) | 54.31º | 0.62% | 0.87% | - |
| XYZ | 54.56 | 61.79 | 17.64 | - |
| YUV | 198.75 | 63.81 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 85 | 0 | 0.06 | 0.62 | 0.13 | 54.31 | 0.67 | 0.6 |
| Hex | DE | D1 | 55 | 0 | 6 | 3E | D | 36 | 43 | 3C |
| Octal | 336 | 321 | 125 | 0 | 6 | 76 | 15 | 66 | 103 | 74 |
| Binary | 11011110 | 11010001 | 1010101 | 0 | 110 | 111110 | 1101 | 110110 | 1000011 | 111100 |
Color Harmonies of #DED155
Complementary color
Monochromatic Colors of #DED155
Black with #DED155
Text Example
Text Example
White with #DED155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED155; }
p { color: rgb(222,209,85); }
H1.HeaderClassName
{
color: #DED155;
}
.AnyTagClassName
{
color: #DED155;
}
</style>
background-color css
<style>
a { background-color: #DED155; }
a { background-color: rgb(222,209,85); }
div.DivClassName
{
background-color: #DED155;
}
.BgClassName
{
background-color: #DED155;
}
</style>
border-color css
<style>
span { border-color: #DED155; }
span { border-color: rgb(222,209,85); }
td.TdClassName
{
border-color: #DED155;
}
.TagClassName
{
border-color: #DED155;
}
</style>