Shades of Manz #DED253
Tints of Manz #DED253
RGB
CMYK
RGB Variations
Color information
#DED253 (or 0xDED253) is known color: Manz. HEX triplet: DE, D2 and 53. RGB value is (222,210,83). Sum of RGB (Red+Green+Blue) = 222+210+83=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DED253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED253 is #212DAC. Grayscale: #C7C7C7. Windows color (decimal): -2174381 or 5493470. OLE color: 5493470.
HSL color Cylindrical-coordinate representation of color #DED253: hue angle of 54.82º 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 #DED253 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 83 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.13 |
| HSL | 54.82º | 0.68% | 0.6% | - |
| HSV(B) | 54.82º | 0.63% | 0.87% | - |
| XYZ | 54.73 | 62.25 | 17.31 | - |
| YUV | 199.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 83 | 0 | 0.05 | 0.63 | 0.13 | 54.82 | 0.68 | 0.6 |
| Hex | DE | D2 | 53 | 0 | 5 | 3F | D | 37 | 44 | 3C |
| Octal | 336 | 322 | 123 | 0 | 5 | 77 | 15 | 67 | 104 | 74 |
| Binary | 11011110 | 11010010 | 1010011 | 0 | 101 | 111111 | 1101 | 110111 | 1000100 | 111100 |
Color Harmonies of #DED253
Complementary color
Monochromatic Colors of #DED253
Black with #DED253
Text Example
Text Example
White with #DED253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED253; }
p { color: rgb(222,210,83); }
H1.HeaderClassName
{
color: #DED253;
}
.AnyTagClassName
{
color: #DED253;
}
</style>
background-color css
<style>
a { background-color: #DED253; }
a { background-color: rgb(222,210,83); }
div.DivClassName
{
background-color: #DED253;
}
.BgClassName
{
background-color: #DED253;
}
</style>
border-color css
<style>
span { border-color: #DED253; }
span { border-color: rgb(222,210,83); }
td.TdClassName
{
border-color: #DED253;
}
.TagClassName
{
border-color: #DED253;
}
</style>