Shades of Manz #DED053
Tints of Manz #DED053
RGB
CMYK
RGB Variations
Color information
#DED053 (or 0xDED053) is known color: Manz. HEX triplet: DE, D0 and 53. RGB value is (222,208,83). Sum of RGB (Red+Green+Blue) = 222+208+83=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DED053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED053 is #212FAC. Grayscale: #C6C6C6. Windows color (decimal): -2174893 or 5492958. OLE color: 5492958.
HSL color Cylindrical-coordinate representation of color #DED053: hue angle of 53.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DED053 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 83 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.13 |
| HSL | 53.96º | 0.68% | 0.6% | - |
| HSV(B) | 53.96º | 0.63% | 0.87% | - |
| XYZ | 54.24 | 61.27 | 17.15 | - |
| YUV | 197.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 83 | 0 | 0.06 | 0.63 | 0.13 | 53.96 | 0.68 | 0.6 |
| Hex | DE | D0 | 53 | 0 | 6 | 3F | D | 36 | 44 | 3C |
| Octal | 336 | 320 | 123 | 0 | 6 | 77 | 15 | 66 | 104 | 74 |
| Binary | 11011110 | 11010000 | 1010011 | 0 | 110 | 111111 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DED053
Complementary color
Monochromatic Colors of #DED053
Black with #DED053
Text Example
Text Example
White with #DED053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED053; }
p { color: rgb(222,208,83); }
H1.HeaderClassName
{
color: #DED053;
}
.AnyTagClassName
{
color: #DED053;
}
</style>
background-color css
<style>
a { background-color: #DED053; }
a { background-color: rgb(222,208,83); }
div.DivClassName
{
background-color: #DED053;
}
.BgClassName
{
background-color: #DED053;
}
</style>
border-color css
<style>
span { border-color: #DED053; }
span { border-color: rgb(222,208,83); }
td.TdClassName
{
border-color: #DED053;
}
.TagClassName
{
border-color: #DED053;
}
</style>