Shades of Manz #DEDC54
Tints of Manz #DEDC54
RGB
CMYK
RGB Variations
Color information
#DEDC54 (or 0xDEDC54) is known color: Manz. HEX triplet: DE, DC and 54. RGB value is (222,220,84). Sum of RGB (Red+Green+Blue) = 222+220+84=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC54 is #2123AB. Grayscale: #CDCDCD. Windows color (decimal): -2171820 or 5561566. OLE color: 5561566.
HSL color Cylindrical-coordinate representation of color #DEDC54: hue angle of 59.13º 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 #DEDC54 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 84 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.13 |
| HSL | 59.13º | 0.68% | 0.6% | - |
| HSV(B) | 59.13º | 0.62% | 0.87% | - |
| XYZ | 57.32 | 67.36 | 18.37 | - |
| YUV | 205.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 84 | 0 | 0.01 | 0.62 | 0.13 | 59.13 | 0.68 | 0.6 |
| Hex | DE | DC | 54 | 0 | 1 | 3E | D | 3B | 44 | 3C |
| Octal | 336 | 334 | 124 | 0 | 1 | 76 | 15 | 73 | 104 | 74 |
| Binary | 11011110 | 11011100 | 1010100 | 0 | 1 | 111110 | 1101 | 111011 | 1000100 | 111100 |
Color Harmonies of #DEDC54
Complementary color
Monochromatic Colors of #DEDC54
Black with #DEDC54
Text Example
Text Example
White with #DEDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC54; }
p { color: rgb(222,220,84); }
H1.HeaderClassName
{
color: #DEDC54;
}
.AnyTagClassName
{
color: #DEDC54;
}
</style>
background-color css
<style>
a { background-color: #DEDC54; }
a { background-color: rgb(222,220,84); }
div.DivClassName
{
background-color: #DEDC54;
}
.BgClassName
{
background-color: #DEDC54;
}
</style>
border-color css
<style>
span { border-color: #DEDC54; }
span { border-color: rgb(222,220,84); }
td.TdClassName
{
border-color: #DEDC54;
}
.TagClassName
{
border-color: #DEDC54;
}
</style>