Shades of Manz #DED655
Tints of Manz #DED655
RGB
CMYK
RGB Variations
Color information
#DED655 (or 0xDED655) is known color: Manz. HEX triplet: DE, D6 and 55. RGB value is (222,214,85). Sum of RGB (Red+Green+Blue) = 222+214+85=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED655 is #2129AA. Grayscale: #CACACA. Windows color (decimal): -2173355 or 5625566. OLE color: 5625566.
HSL color Cylindrical-coordinate representation of color #DED655: hue angle of 56.5º 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 #DED655 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 85 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.13 |
| HSL | 56.5º | 0.67% | 0.6% | - |
| HSV(B) | 56.5º | 0.62% | 0.87% | - |
| XYZ | 55.81 | 64.28 | 18.06 | - |
| YUV | 201.69 | 62.15 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 85 | 0 | 0.04 | 0.62 | 0.13 | 56.5 | 0.67 | 0.6 |
| Hex | DE | D6 | 55 | 0 | 4 | 3E | D | 38 | 43 | 3C |
| Octal | 336 | 326 | 125 | 0 | 4 | 76 | 15 | 70 | 103 | 74 |
| Binary | 11011110 | 11010110 | 1010101 | 0 | 100 | 111110 | 1101 | 111000 | 1000011 | 111100 |
Color Harmonies of #DED655
Complementary color
Monochromatic Colors of #DED655
Black with #DED655
Text Example
Text Example
White with #DED655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED655; }
p { color: rgb(222,214,85); }
H1.HeaderClassName
{
color: #DED655;
}
.AnyTagClassName
{
color: #DED655;
}
</style>
background-color css
<style>
a { background-color: #DED655; }
a { background-color: rgb(222,214,85); }
div.DivClassName
{
background-color: #DED655;
}
.BgClassName
{
background-color: #DED655;
}
</style>
border-color css
<style>
span { border-color: #DED655; }
span { border-color: rgb(222,214,85); }
td.TdClassName
{
border-color: #DED655;
}
.TagClassName
{
border-color: #DED655;
}
</style>