Shades of Confetti #DEC248
Tints of Confetti #DEC248
RGB
CMYK
RGB Variations
Color information
#DEC248 (or 0xDEC248) is known color: Confetti. HEX triplet: DE, C2 and 48. RGB value is (222,194,72). Sum of RGB (Red+Green+Blue) = 222+194+72=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC248 is #213DB7. Grayscale: #BCBCBC. Windows color (decimal): -2178488 or 4768478. OLE color: 4768478.
HSL color Cylindrical-coordinate representation of color #DEC248: hue angle of 48.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEC248 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 72 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.13 |
| HSL | 48.8º | 0.69% | 0.58% | - |
| HSV(B) | 48.8º | 0.68% | 0.87% | - |
| XYZ | 50.59 | 54.58 | 14 | - |
| YUV | 188.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 72 | 0 | 0.13 | 0.68 | 0.13 | 48.8 | 0.69 | 0.58 |
| Hex | DE | C2 | 48 | 0 | D | 44 | D | 31 | 45 | 3A |
| Octal | 336 | 302 | 110 | 0 | 15 | 104 | 15 | 61 | 105 | 72 |
| Binary | 11011110 | 11000010 | 1001000 | 0 | 1101 | 1000100 | 1101 | 110001 | 1000101 | 111010 |
Color Harmonies of #DEC248
Complementary color
Monochromatic Colors of #DEC248
Black with #DEC248
Text Example
Text Example
White with #DEC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC248; }
p { color: rgb(222,194,72); }
H1.HeaderClassName
{
color: #DEC248;
}
.AnyTagClassName
{
color: #DEC248;
}
</style>
background-color css
<style>
a { background-color: #DEC248; }
a { background-color: rgb(222,194,72); }
div.DivClassName
{
background-color: #DEC248;
}
.BgClassName
{
background-color: #DEC248;
}
</style>
border-color css
<style>
span { border-color: #DEC248; }
span { border-color: rgb(222,194,72); }
td.TdClassName
{
border-color: #DEC248;
}
.TagClassName
{
border-color: #DEC248;
}
</style>