Shades of Confetti #DEC046
Tints of Confetti #DEC046
RGB
CMYK
RGB Variations
Color information
#DEC046 (or 0xDEC046) is known color: Confetti. HEX triplet: DE, C0 and 46. RGB value is (222,192,70). Sum of RGB (Red+Green+Blue) = 222+192+70=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC046 is #213FB9. Grayscale: #BBBBBB. Windows color (decimal): -2179002 or 4636894. OLE color: 4636894.
HSL color Cylindrical-coordinate representation of color #DEC046: hue angle of 48.16º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEC046 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 70 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.13 |
| HSL | 48.16º | 0.7% | 0.57% | - |
| HSV(B) | 48.16º | 0.68% | 0.87% | - |
| XYZ | 50.08 | 53.67 | 13.51 | - |
| YUV | 187.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 70 | 0 | 0.14 | 0.68 | 0.13 | 48.16 | 0.7 | 0.57 |
| Hex | DE | C0 | 46 | 0 | E | 44 | D | 30 | 46 | 39 |
| Octal | 336 | 300 | 106 | 0 | 16 | 104 | 15 | 60 | 106 | 71 |
| Binary | 11011110 | 11000000 | 1000110 | 0 | 1110 | 1000100 | 1101 | 110000 | 1000110 | 111001 |
Color Harmonies of #DEC046
Complementary color
Monochromatic Colors of #DEC046
Black with #DEC046
Text Example
Text Example
White with #DEC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC046; }
p { color: rgb(222,192,70); }
H1.HeaderClassName
{
color: #DEC046;
}
.AnyTagClassName
{
color: #DEC046;
}
</style>
background-color css
<style>
a { background-color: #DEC046; }
a { background-color: rgb(222,192,70); }
div.DivClassName
{
background-color: #DEC046;
}
.BgClassName
{
background-color: #DEC046;
}
</style>
border-color css
<style>
span { border-color: #DEC046; }
span { border-color: rgb(222,192,70); }
td.TdClassName
{
border-color: #DEC046;
}
.TagClassName
{
border-color: #DEC046;
}
</style>