Shades of Manz #DED151
Tints of Manz #DED151
RGB
CMYK
RGB Variations
Color information
#DED151 (or 0xDED151) is known color: Manz. HEX triplet: DE, D1 and 51. RGB value is (222,209,81). Sum of RGB (Red+Green+Blue) = 222+209+81=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DED151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED151 is #212EAE. Grayscale: #C6C6C6. Windows color (decimal): -2174639 or 5362142. OLE color: 5362142.
HSL color Cylindrical-coordinate representation of color #DED151: hue angle of 54.47º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DED151 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 81 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.13 |
| HSL | 54.47º | 0.68% | 0.59% | - |
| HSV(B) | 54.47º | 0.64% | 0.87% | - |
| XYZ | 54.41 | 61.72 | 16.83 | - |
| YUV | 198.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 81 | 0 | 0.06 | 0.64 | 0.13 | 54.47 | 0.68 | 0.59 |
| Hex | DE | D1 | 51 | 0 | 6 | 40 | D | 36 | 44 | 3B |
| Octal | 336 | 321 | 121 | 0 | 6 | 100 | 15 | 66 | 104 | 73 |
| Binary | 11011110 | 11010001 | 1010001 | 0 | 110 | 1000000 | 1101 | 110110 | 1000100 | 111011 |
Color Harmonies of #DED151
Complementary color
Monochromatic Colors of #DED151
Black with #DED151
Text Example
Text Example
White with #DED151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED151; }
p { color: rgb(222,209,81); }
H1.HeaderClassName
{
color: #DED151;
}
.AnyTagClassName
{
color: #DED151;
}
</style>
background-color css
<style>
a { background-color: #DED151; }
a { background-color: rgb(222,209,81); }
div.DivClassName
{
background-color: #DED151;
}
.BgClassName
{
background-color: #DED151;
}
</style>
border-color css
<style>
span { border-color: #DED151; }
span { border-color: rgb(222,209,81); }
td.TdClassName
{
border-color: #DED151;
}
.TagClassName
{
border-color: #DED151;
}
</style>