Shades of Manz #DED054
Tints of Manz #DED054
RGB
CMYK
RGB Variations
Color information
#DED054 (or 0xDED054) is known color: Manz. HEX triplet: DE, D0 and 54. RGB value is (222,208,84). Sum of RGB (Red+Green+Blue) = 222+208+84=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 84 (33.20% from 255 or 16.34% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DED054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED054 is #212FAB. Grayscale: #C6C6C6. Windows color (decimal): -2174892 or 5558494. OLE color: 5558494.
HSL color Cylindrical-coordinate representation of color #DED054: hue angle of 53.91º degrees, saturation: 0.68, 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 #DED054 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 84 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.13 |
| HSL | 53.91º | 0.68% | 0.6% | - |
| HSV(B) | 53.91º | 0.62% | 0.87% | - |
| XYZ | 54.28 | 61.28 | 17.36 | - |
| YUV | 198.05 | 63.64 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 84 | 0 | 0.06 | 0.62 | 0.13 | 53.91 | 0.68 | 0.6 |
| Hex | DE | D0 | 54 | 0 | 6 | 3E | D | 36 | 44 | 3C |
| Octal | 336 | 320 | 124 | 0 | 6 | 76 | 15 | 66 | 104 | 74 |
| Binary | 11011110 | 11010000 | 1010100 | 0 | 110 | 111110 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DED054
Complementary color
Monochromatic Colors of #DED054
Black with #DED054
Text Example
Text Example
White with #DED054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED054; }
p { color: rgb(222,208,84); }
H1.HeaderClassName
{
color: #DED054;
}
.AnyTagClassName
{
color: #DED054;
}
</style>
background-color css
<style>
a { background-color: #DED054; }
a { background-color: rgb(222,208,84); }
div.DivClassName
{
background-color: #DED054;
}
.BgClassName
{
background-color: #DED054;
}
</style>
border-color css
<style>
span { border-color: #DED054; }
span { border-color: rgb(222,208,84); }
td.TdClassName
{
border-color: #DED054;
}
.TagClassName
{
border-color: #DED054;
}
</style>