Shades of Manz #DEDB51
Tints of Manz #DEDB51
RGB
CMYK
RGB Variations
Color information
#DEDB51 (or 0xDEDB51) is known color: Manz. HEX triplet: DE, DB and 51. RGB value is (222,219,81). Sum of RGB (Red+Green+Blue) = 222+219+81=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB51 is #2124AE. Grayscale: #CCCCCC. Windows color (decimal): -2172079 or 5364702. OLE color: 5364702.
HSL color Cylindrical-coordinate representation of color #DEDB51: hue angle of 58.72º 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 #DEDB51 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 81 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.13 |
| HSL | 58.72º | 0.68% | 0.59% | - |
| HSV(B) | 58.72º | 0.64% | 0.87% | - |
| XYZ | 56.94 | 66.79 | 17.67 | - |
| YUV | 204.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 81 | 0 | 0.01 | 0.64 | 0.13 | 58.72 | 0.68 | 0.59 |
| Hex | DE | DB | 51 | 0 | 1 | 40 | D | 3B | 44 | 3B |
| Octal | 336 | 333 | 121 | 0 | 1 | 100 | 15 | 73 | 104 | 73 |
| Binary | 11011110 | 11011011 | 1010001 | 0 | 1 | 1000000 | 1101 | 111011 | 1000100 | 111011 |
Color Harmonies of #DEDB51
Complementary color
Monochromatic Colors of #DEDB51
Black with #DEDB51
Text Example
Text Example
White with #DEDB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB51; }
p { color: rgb(222,219,81); }
H1.HeaderClassName
{
color: #DEDB51;
}
.AnyTagClassName
{
color: #DEDB51;
}
</style>
background-color css
<style>
a { background-color: #DEDB51; }
a { background-color: rgb(222,219,81); }
div.DivClassName
{
background-color: #DEDB51;
}
.BgClassName
{
background-color: #DEDB51;
}
</style>
border-color css
<style>
span { border-color: #DEDB51; }
span { border-color: rgb(222,219,81); }
td.TdClassName
{
border-color: #DEDB51;
}
.TagClassName
{
border-color: #DEDB51;
}
</style>