Shades of Manz #DED055
Tints of Manz #DED055
RGB
CMYK
RGB Variations
Color information
#DED055 (or 0xDED055) is known color: Manz. HEX triplet: DE, D0 and 55. RGB value is (222,208,85). Sum of RGB (Red+Green+Blue) = 222+208+85=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DED055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED055 is #212FAA. Grayscale: #C6C6C6. Windows color (decimal): -2174891 or 5624030. OLE color: 5624030.
HSL color Cylindrical-coordinate representation of color #DED055: hue angle of 53.87º 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 #DED055 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 85 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.13 |
| HSL | 53.87º | 0.67% | 0.6% | - |
| HSV(B) | 53.87º | 0.62% | 0.87% | - |
| XYZ | 54.32 | 61.3 | 17.56 | - |
| YUV | 198.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 85 | 0 | 0.06 | 0.62 | 0.13 | 53.87 | 0.67 | 0.6 |
| Hex | DE | D0 | 55 | 0 | 6 | 3E | D | 36 | 43 | 3C |
| Octal | 336 | 320 | 125 | 0 | 6 | 76 | 15 | 66 | 103 | 74 |
| Binary | 11011110 | 11010000 | 1010101 | 0 | 110 | 111110 | 1101 | 110110 | 1000011 | 111100 |
Color Harmonies of #DED055
Complementary color
Monochromatic Colors of #DED055
Black with #DED055
Text Example
Text Example
White with #DED055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED055; }
p { color: rgb(222,208,85); }
H1.HeaderClassName
{
color: #DED055;
}
.AnyTagClassName
{
color: #DED055;
}
</style>
background-color css
<style>
a { background-color: #DED055; }
a { background-color: rgb(222,208,85); }
div.DivClassName
{
background-color: #DED055;
}
.BgClassName
{
background-color: #DED055;
}
</style>
border-color css
<style>
span { border-color: #DED055; }
span { border-color: rgb(222,208,85); }
td.TdClassName
{
border-color: #DED055;
}
.TagClassName
{
border-color: #DED055;
}
</style>