Shades of Manz #DEDB54
Tints of Manz #DEDB54
RGB
CMYK
RGB Variations
Color information
#DEDB54 (or 0xDEDB54) is known color: Manz. HEX triplet: DE, DB and 54. RGB value is (222,219,84). Sum of RGB (Red+Green+Blue) = 222+219+84=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDB54 is #2124AB. Grayscale: #CDCDCD. Windows color (decimal): -2172076 or 5561310. OLE color: 5561310.
HSL color Cylindrical-coordinate representation of color #DEDB54: hue angle of 58.7º degrees, saturation: 0.68, 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 #DEDB54 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 84 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 58.7º | 0.68% | 0.6% | - |
| HSV(B) | 58.7º | 0.62% | 0.87% | - |
| XYZ | 57.06 | 66.83 | 18.28 | - |
| YUV | 204.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 84 | 0 | 0.01 | 0.62 | 0.13 | 58.7 | 0.68 | 0.6 |
| Hex | DE | DB | 54 | 0 | 1 | 3E | D | 3B | 44 | 3C |
| Octal | 336 | 333 | 124 | 0 | 1 | 76 | 15 | 73 | 104 | 74 |
| Binary | 11011110 | 11011011 | 1010100 | 0 | 1 | 111110 | 1101 | 111011 | 1000100 | 111100 |
Color Harmonies of #DEDB54
Complementary color
Monochromatic Colors of #DEDB54
Black with #DEDB54
Text Example
Text Example
White with #DEDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDB54; }
p { color: rgb(222,219,84); }
H1.HeaderClassName
{
color: #DEDB54;
}
.AnyTagClassName
{
color: #DEDB54;
}
</style>
background-color css
<style>
a { background-color: #DEDB54; }
a { background-color: rgb(222,219,84); }
div.DivClassName
{
background-color: #DEDB54;
}
.BgClassName
{
background-color: #DEDB54;
}
</style>
border-color css
<style>
span { border-color: #DEDB54; }
span { border-color: rgb(222,219,84); }
td.TdClassName
{
border-color: #DEDB54;
}
.TagClassName
{
border-color: #DEDB54;
}
</style>