Shades of Manz #DEDB55
Tints of Manz #DEDB55
RGB
CMYK
RGB Variations
Color information
#DEDB55 (or 0xDEDB55) is known color: Manz. HEX triplet: DE, DB and 55. RGB value is (222,219,85). Sum of RGB (Red+Green+Blue) = 222+219+85=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 85 (33.59% from 255 or 16.16% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB55 is #2124AA. Grayscale: #CDCDCD. Windows color (decimal): -2172075 or 5626846. OLE color: 5626846.
HSL color Cylindrical-coordinate representation of color #DEDB55: hue angle of 58.69º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEDB55 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 85 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 58.69º | 0.67% | 0.6% | - |
| HSV(B) | 58.69º | 0.62% | 0.87% | - |
| XYZ | 57.1 | 66.85 | 18.49 | - |
| YUV | 204.62 | 60.49 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 85 | 0 | 0.01 | 0.62 | 0.13 | 58.69 | 0.67 | 0.6 |
| Hex | DE | DB | 55 | 0 | 1 | 3E | D | 3B | 43 | 3C |
| Octal | 336 | 333 | 125 | 0 | 1 | 76 | 15 | 73 | 103 | 74 |
| Binary | 11011110 | 11011011 | 1010101 | 0 | 1 | 111110 | 1101 | 111011 | 1000011 | 111100 |
Color Harmonies of #DEDB55
Complementary color
Monochromatic Colors of #DEDB55
Black with #DEDB55
Text Example
Text Example
White with #DEDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB55; }
p { color: rgb(222,219,85); }
H1.HeaderClassName
{
color: #DEDB55;
}
.AnyTagClassName
{
color: #DEDB55;
}
</style>
background-color css
<style>
a { background-color: #DEDB55; }
a { background-color: rgb(222,219,85); }
div.DivClassName
{
background-color: #DEDB55;
}
.BgClassName
{
background-color: #DEDB55;
}
</style>
border-color css
<style>
span { border-color: #DEDB55; }
span { border-color: rgb(222,219,85); }
td.TdClassName
{
border-color: #DEDB55;
}
.TagClassName
{
border-color: #DEDB55;
}
</style>