Shades of Manz #DECB5A
Tints of Manz #DECB5A
RGB
CMYK
RGB Variations
Color information
#DECB5A (or 0xDECB5A) is known color: Manz. HEX triplet: DE, CB and 5A. RGB value is (222,203,90). Sum of RGB (Red+Green+Blue) = 222+203+90=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB5A is #2134A5. Grayscale: #C4C4C4. Windows color (decimal): -2176166 or 5950430. OLE color: 5950430.
HSL color Cylindrical-coordinate representation of color #DECB5A: hue angle of 51.36º 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 #DECB5A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 90 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 51.36º | 0.67% | 0.61% | - |
| HSV(B) | 51.36º | 0.59% | 0.87% | - |
| XYZ | 53.33 | 58.98 | 18.25 | - |
| YUV | 195.8 | 68.29 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 90 | 0 | 0.09 | 0.59 | 0.13 | 51.36 | 0.67 | 0.61 |
| Hex | DE | CB | 5A | 0 | 9 | 3B | D | 33 | 43 | 3D |
| Octal | 336 | 313 | 132 | 0 | 11 | 73 | 15 | 63 | 103 | 75 |
| Binary | 11011110 | 11001011 | 1011010 | 0 | 1001 | 111011 | 1101 | 110011 | 1000011 | 111101 |
Color Harmonies of #DECB5A
Complementary color
Monochromatic Colors of #DECB5A
Black with #DECB5A
Text Example
Text Example
White with #DECB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB5A; }
p { color: rgb(222,203,90); }
H1.HeaderClassName
{
color: #DECB5A;
}
.AnyTagClassName
{
color: #DECB5A;
}
</style>
background-color css
<style>
a { background-color: #DECB5A; }
a { background-color: rgb(222,203,90); }
div.DivClassName
{
background-color: #DECB5A;
}
.BgClassName
{
background-color: #DECB5A;
}
</style>
border-color css
<style>
span { border-color: #DECB5A; }
span { border-color: rgb(222,203,90); }
td.TdClassName
{
border-color: #DECB5A;
}
.TagClassName
{
border-color: #DECB5A;
}
</style>