Shades of Manz #DECF5A
Tints of Manz #DECF5A
RGB
CMYK
RGB Variations
Color information
#DECF5A (or 0xDECF5A) is known color: Manz. HEX triplet: DE, CF and 5A. RGB value is (222,207,90). Sum of RGB (Red+Green+Blue) = 222+207+90=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF5A is #2130A5. Grayscale: #C6C6C6. Windows color (decimal): -2175142 or 5951454. OLE color: 5951454.
HSL color Cylindrical-coordinate representation of color #DECF5A: hue angle of 53.18º 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 #DECF5A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 90 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.13 |
| HSL | 53.18º | 0.67% | 0.61% | - |
| HSV(B) | 53.18º | 0.59% | 0.87% | - |
| XYZ | 54.28 | 60.89 | 18.57 | - |
| YUV | 198.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 90 | 0 | 0.07 | 0.59 | 0.13 | 53.18 | 0.67 | 0.61 |
| Hex | DE | CF | 5A | 0 | 7 | 3B | D | 35 | 43 | 3D |
| Octal | 336 | 317 | 132 | 0 | 7 | 73 | 15 | 65 | 103 | 75 |
| Binary | 11011110 | 11001111 | 1011010 | 0 | 111 | 111011 | 1101 | 110101 | 1000011 | 111101 |
Color Harmonies of #DECF5A
Complementary color
Monochromatic Colors of #DECF5A
Black with #DECF5A
Text Example
Text Example
White with #DECF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF5A; }
p { color: rgb(222,207,90); }
H1.HeaderClassName
{
color: #DECF5A;
}
.AnyTagClassName
{
color: #DECF5A;
}
</style>
background-color css
<style>
a { background-color: #DECF5A; }
a { background-color: rgb(222,207,90); }
div.DivClassName
{
background-color: #DECF5A;
}
.BgClassName
{
background-color: #DECF5A;
}
</style>
border-color css
<style>
span { border-color: #DECF5A; }
span { border-color: rgb(222,207,90); }
td.TdClassName
{
border-color: #DECF5A;
}
.TagClassName
{
border-color: #DECF5A;
}
</style>