Shades of Manz #DEDC5A
Tints of Manz #DEDC5A
RGB
CMYK
RGB Variations
Color information
#DEDC5A (or 0xDEDC5A) is known color: Manz. HEX triplet: DE, DC and 5A. RGB value is (222,220,90). Sum of RGB (Red+Green+Blue) = 222+220+90=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDC5A is #2123A5. Grayscale: #CECECE. Windows color (decimal): -2171814 or 5954782. OLE color: 5954782.
HSL color Cylindrical-coordinate representation of color #DEDC5A: hue angle of 59.09º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEDC5A is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 90 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.13 |
| HSL | 59.09º | 0.67% | 0.61% | - |
| HSV(B) | 59.09º | 0.59% | 0.87% | - |
| XYZ | 57.56 | 67.45 | 19.66 | - |
| YUV | 205.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 90 | 0 | 0.01 | 0.59 | 0.13 | 59.09 | 0.67 | 0.61 |
| Hex | DE | DC | 5A | 0 | 1 | 3B | D | 3B | 43 | 3D |
| Octal | 336 | 334 | 132 | 0 | 1 | 73 | 15 | 73 | 103 | 75 |
| Binary | 11011110 | 11011100 | 1011010 | 0 | 1 | 111011 | 1101 | 111011 | 1000011 | 111101 |
Color Harmonies of #DEDC5A
Complementary color
Monochromatic Colors of #DEDC5A
Black with #DEDC5A
Text Example
Text Example
White with #DEDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC5A; }
p { color: rgb(222,220,90); }
H1.HeaderClassName
{
color: #DEDC5A;
}
.AnyTagClassName
{
color: #DEDC5A;
}
</style>
background-color css
<style>
a { background-color: #DEDC5A; }
a { background-color: rgb(222,220,90); }
div.DivClassName
{
background-color: #DEDC5A;
}
.BgClassName
{
background-color: #DEDC5A;
}
</style>
border-color css
<style>
span { border-color: #DEDC5A; }
span { border-color: rgb(222,220,90); }
td.TdClassName
{
border-color: #DEDC5A;
}
.TagClassName
{
border-color: #DEDC5A;
}
</style>