Shades of Manz #DED853
Tints of Manz #DED853
RGB
CMYK
RGB Variations
Color information
#DED853 (or 0xDED853) is known color: Manz. HEX triplet: DE, D8 and 53. RGB value is (222,216,83). Sum of RGB (Red+Green+Blue) = 222+216+83=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 83 (32.81% from 255 or 15.93% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DED853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED853 is #2127AC. Grayscale: #CBCBCB. Windows color (decimal): -2172845 or 5495006. OLE color: 5495006.
HSL color Cylindrical-coordinate representation of color #DED853: hue angle of 57.41º 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 #DED853 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 83 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.13 |
| HSL | 57.41º | 0.68% | 0.6% | - |
| HSV(B) | 57.41º | 0.63% | 0.87% | - |
| XYZ | 56.24 | 65.27 | 17.82 | - |
| YUV | 202.63 | 60.49 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 83 | 0 | 0.03 | 0.63 | 0.13 | 57.41 | 0.68 | 0.6 |
| Hex | DE | D8 | 53 | 0 | 3 | 3F | D | 39 | 44 | 3C |
| Octal | 336 | 330 | 123 | 0 | 3 | 77 | 15 | 71 | 104 | 74 |
| Binary | 11011110 | 11011000 | 1010011 | 0 | 11 | 111111 | 1101 | 111001 | 1000100 | 111100 |
Color Harmonies of #DED853
Complementary color
Monochromatic Colors of #DED853
Black with #DED853
Text Example
Text Example
White with #DED853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED853; }
p { color: rgb(222,216,83); }
H1.HeaderClassName
{
color: #DED853;
}
.AnyTagClassName
{
color: #DED853;
}
</style>
background-color css
<style>
a { background-color: #DED853; }
a { background-color: rgb(222,216,83); }
div.DivClassName
{
background-color: #DED853;
}
.BgClassName
{
background-color: #DED853;
}
</style>
border-color css
<style>
span { border-color: #DED853; }
span { border-color: rgb(222,216,83); }
td.TdClassName
{
border-color: #DED853;
}
.TagClassName
{
border-color: #DED853;
}
</style>