Shades of Manz #DED153
Tints of Manz #DED153
RGB
CMYK
RGB Variations
Color information
#DED153 (or 0xDED153) is known color: Manz. HEX triplet: DE, D1 and 53. RGB value is (222,209,83). Sum of RGB (Red+Green+Blue) = 222+209+83=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DED153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED153 is #212EAC. Grayscale: #C7C7C7. Windows color (decimal): -2174637 or 5493214. OLE color: 5493214.
HSL color Cylindrical-coordinate representation of color #DED153: hue angle of 54.39º 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 #DED153 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 83 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.13 |
| HSL | 54.39º | 0.68% | 0.6% | - |
| HSV(B) | 54.39º | 0.63% | 0.87% | - |
| XYZ | 54.49 | 61.76 | 17.23 | - |
| YUV | 198.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 83 | 0 | 0.06 | 0.63 | 0.13 | 54.39 | 0.68 | 0.6 |
| Hex | DE | D1 | 53 | 0 | 6 | 3F | D | 36 | 44 | 3C |
| Octal | 336 | 321 | 123 | 0 | 6 | 77 | 15 | 66 | 104 | 74 |
| Binary | 11011110 | 11010001 | 1010011 | 0 | 110 | 111111 | 1101 | 110110 | 1000100 | 111100 |
Color Harmonies of #DED153
Complementary color
Monochromatic Colors of #DED153
Black with #DED153
Text Example
Text Example
White with #DED153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED153; }
p { color: rgb(222,209,83); }
H1.HeaderClassName
{
color: #DED153;
}
.AnyTagClassName
{
color: #DED153;
}
</style>
background-color css
<style>
a { background-color: #DED153; }
a { background-color: rgb(222,209,83); }
div.DivClassName
{
background-color: #DED153;
}
.BgClassName
{
background-color: #DED153;
}
</style>
border-color css
<style>
span { border-color: #DED153; }
span { border-color: rgb(222,209,83); }
td.TdClassName
{
border-color: #DED153;
}
.TagClassName
{
border-color: #DED153;
}
</style>