Shades of Confetti #DEC556
Tints of Confetti #DEC556
RGB
CMYK
RGB Variations
Color information
#DEC556 (or 0xDEC556) is known color: Confetti. HEX triplet: DE, C5 and 56. RGB value is (222,197,86). Sum of RGB (Red+Green+Blue) = 222+197+86=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 86 (33.98% from 255 or 17.03% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC556 is #213AA9. Grayscale: #C0C0C0. Windows color (decimal): -2177706 or 5686750. OLE color: 5686750.
HSL color Cylindrical-coordinate representation of color #DEC556: hue angle of 48.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEC556 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 86 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.13 |
| HSL | 48.97º | 0.67% | 0.6% | - |
| HSV(B) | 48.97º | 0.61% | 0.87% | - |
| XYZ | 51.77 | 56.13 | 16.91 | - |
| YUV | 191.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 86 | 0 | 0.11 | 0.61 | 0.13 | 48.97 | 0.67 | 0.6 |
| Hex | DE | C5 | 56 | 0 | B | 3D | D | 31 | 43 | 3C |
| Octal | 336 | 305 | 126 | 0 | 13 | 75 | 15 | 61 | 103 | 74 |
| Binary | 11011110 | 11000101 | 1010110 | 0 | 1011 | 111101 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DEC556
Complementary color
Monochromatic Colors of #DEC556
Black with #DEC556
Text Example
Text Example
White with #DEC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC556; }
p { color: rgb(222,197,86); }
H1.HeaderClassName
{
color: #DEC556;
}
.AnyTagClassName
{
color: #DEC556;
}
</style>
background-color css
<style>
a { background-color: #DEC556; }
a { background-color: rgb(222,197,86); }
div.DivClassName
{
background-color: #DEC556;
}
.BgClassName
{
background-color: #DEC556;
}
</style>
border-color css
<style>
span { border-color: #DEC556; }
span { border-color: rgb(222,197,86); }
td.TdClassName
{
border-color: #DEC556;
}
.TagClassName
{
border-color: #DEC556;
}
</style>