Shades of Confetti #DEC147
Tints of Confetti #DEC147
RGB
CMYK
RGB Variations
Color information
#DEC147 (or 0xDEC147) is known color: Confetti. HEX triplet: DE, C1 and 47. RGB value is (222,193,71). Sum of RGB (Red+Green+Blue) = 222+193+71=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC147 is #213EB8. Grayscale: #BCBCBC. Windows color (decimal): -2178745 or 4702686. OLE color: 4702686.
HSL color Cylindrical-coordinate representation of color #DEC147: hue angle of 48.48º 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 #DEC147 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 71 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.13 |
| HSL | 48.48º | 0.7% | 0.57% | - |
| HSV(B) | 48.48º | 0.68% | 0.87% | - |
| XYZ | 50.33 | 54.12 | 13.76 | - |
| YUV | 187.76 | 62.11 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 71 | 0 | 0.13 | 0.68 | 0.13 | 48.48 | 0.7 | 0.57 |
| Hex | DE | C1 | 47 | 0 | D | 44 | D | 30 | 46 | 39 |
| Octal | 336 | 301 | 107 | 0 | 15 | 104 | 15 | 60 | 106 | 71 |
| Binary | 11011110 | 11000001 | 1000111 | 0 | 1101 | 1000100 | 1101 | 110000 | 1000110 | 111001 |
Color Harmonies of #DEC147
Complementary color
Monochromatic Colors of #DEC147
Black with #DEC147
Text Example
Text Example
White with #DEC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC147; }
p { color: rgb(222,193,71); }
H1.HeaderClassName
{
color: #DEC147;
}
.AnyTagClassName
{
color: #DEC147;
}
</style>
background-color css
<style>
a { background-color: #DEC147; }
a { background-color: rgb(222,193,71); }
div.DivClassName
{
background-color: #DEC147;
}
.BgClassName
{
background-color: #DEC147;
}
</style>
border-color css
<style>
span { border-color: #DEC147; }
span { border-color: rgb(222,193,71); }
td.TdClassName
{
border-color: #DEC147;
}
.TagClassName
{
border-color: #DEC147;
}
</style>