Shades of Manz #DECF5C
Tints of Manz #DECF5C
RGB
CMYK
RGB Variations
Color information
#DECF5C (or 0xDECF5C) is known color: Manz. HEX triplet: DE, CF and 5C. RGB value is (222,207,92). Sum of RGB (Red+Green+Blue) = 222+207+92=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECF5C is #2130A3. Grayscale: #C6C6C6. Windows color (decimal): -2175140 or 6082526. OLE color: 6082526.
HSL color Cylindrical-coordinate representation of color #DECF5C: hue angle of 53.08º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DECF5C is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 92 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.13 |
| HSL | 53.08º | 0.66% | 0.62% | - |
| HSV(B) | 53.08º | 0.59% | 0.87% | - |
| XYZ | 54.37 | 60.93 | 19.02 | - |
| YUV | 198.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 92 | 0 | 0.07 | 0.59 | 0.13 | 53.08 | 0.66 | 0.62 |
| Hex | DE | CF | 5C | 0 | 7 | 3B | D | 35 | 42 | 3E |
| Octal | 336 | 317 | 134 | 0 | 7 | 73 | 15 | 65 | 102 | 76 |
| Binary | 11011110 | 11001111 | 1011100 | 0 | 111 | 111011 | 1101 | 110101 | 1000010 | 111110 |
Color Harmonies of #DECF5C
Complementary color
Monochromatic Colors of #DECF5C
Black with #DECF5C
Text Example
Text Example
White with #DECF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF5C; }
p { color: rgb(222,207,92); }
H1.HeaderClassName
{
color: #DECF5C;
}
.AnyTagClassName
{
color: #DECF5C;
}
</style>
background-color css
<style>
a { background-color: #DECF5C; }
a { background-color: rgb(222,207,92); }
div.DivClassName
{
background-color: #DECF5C;
}
.BgClassName
{
background-color: #DECF5C;
}
</style>
border-color css
<style>
span { border-color: #DECF5C; }
span { border-color: rgb(222,207,92); }
td.TdClassName
{
border-color: #DECF5C;
}
.TagClassName
{
border-color: #DECF5C;
}
</style>