Shades of Manz #DECD5B
Tints of Manz #DECD5B
RGB
CMYK
RGB Variations
Color information
#DECD5B (or 0xDECD5B) is known color: Manz. HEX triplet: DE, CD and 5B. RGB value is (222,205,91). Sum of RGB (Red+Green+Blue) = 222+205+91=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD5B is #2132A4. Grayscale: #C5C5C5. Windows color (decimal): -2175653 or 6016478. OLE color: 6016478.
HSL color Cylindrical-coordinate representation of color #DECD5B: hue angle of 52.21º degrees, saturation: 0.66, 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 #DECD5B is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 91 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.13 |
| HSL | 52.21º | 0.66% | 0.61% | - |
| HSV(B) | 52.21º | 0.59% | 0.87% | - |
| XYZ | 53.84 | 59.95 | 18.63 | - |
| YUV | 197.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 91 | 0 | 0.08 | 0.59 | 0.13 | 52.21 | 0.66 | 0.61 |
| Hex | DE | CD | 5B | 0 | 8 | 3B | D | 34 | 42 | 3D |
| Octal | 336 | 315 | 133 | 0 | 10 | 73 | 15 | 64 | 102 | 75 |
| Binary | 11011110 | 11001101 | 1011011 | 0 | 1000 | 111011 | 1101 | 110100 | 1000010 | 111101 |
Color Harmonies of #DECD5B
Complementary color
Monochromatic Colors of #DECD5B
Black with #DECD5B
Text Example
Text Example
White with #DECD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD5B; }
p { color: rgb(222,205,91); }
H1.HeaderClassName
{
color: #DECD5B;
}
.AnyTagClassName
{
color: #DECD5B;
}
</style>
background-color css
<style>
a { background-color: #DECD5B; }
a { background-color: rgb(222,205,91); }
div.DivClassName
{
background-color: #DECD5B;
}
.BgClassName
{
background-color: #DECD5B;
}
</style>
border-color css
<style>
span { border-color: #DECD5B; }
span { border-color: rgb(222,205,91); }
td.TdClassName
{
border-color: #DECD5B;
}
.TagClassName
{
border-color: #DECD5B;
}
</style>