Shades of Manz #DECD58
Tints of Manz #DECD58
RGB
CMYK
RGB Variations
Color information
#DECD58 (or 0xDECD58) is known color: Manz. HEX triplet: DE, CD and 58. RGB value is (222,205,88). Sum of RGB (Red+Green+Blue) = 222+205+88=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD58 is #2132A7. Grayscale: #C5C5C5. Windows color (decimal): -2175656 or 5819870. OLE color: 5819870.
HSL color Cylindrical-coordinate representation of color #DECD58: hue angle of 52.39º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DECD58 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 88 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.13 |
| HSL | 52.39º | 0.67% | 0.61% | - |
| HSV(B) | 52.39º | 0.6% | 0.87% | - |
| XYZ | 53.72 | 59.9 | 17.96 | - |
| YUV | 196.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 88 | 0 | 0.08 | 0.60 | 0.13 | 52.39 | 0.67 | 0.61 |
| Hex | DE | CD | 58 | 0 | 8 | 3C | D | 34 | 43 | 3D |
| Octal | 336 | 315 | 130 | 0 | 10 | 74 | 15 | 64 | 103 | 75 |
| Binary | 11011110 | 11001101 | 1011000 | 0 | 1000 | 111100 | 1101 | 110100 | 1000011 | 111101 |
Color Harmonies of #DECD58
Complementary color
Monochromatic Colors of #DECD58
Black with #DECD58
Text Example
Text Example
White with #DECD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD58; }
p { color: rgb(222,205,88); }
H1.HeaderClassName
{
color: #DECD58;
}
.AnyTagClassName
{
color: #DECD58;
}
</style>
background-color css
<style>
a { background-color: #DECD58; }
a { background-color: rgb(222,205,88); }
div.DivClassName
{
background-color: #DECD58;
}
.BgClassName
{
background-color: #DECD58;
}
</style>
border-color css
<style>
span { border-color: #DECD58; }
span { border-color: rgb(222,205,88); }
td.TdClassName
{
border-color: #DECD58;
}
.TagClassName
{
border-color: #DECD58;
}
</style>