Shades of Confetti #DEC149
Tints of Confetti #DEC149
RGB
CMYK
RGB Variations
Color information
#DEC149 (or 0xDEC149) is known color: Confetti. HEX triplet: DE, C1 and 49. RGB value is (222,193,73). Sum of RGB (Red+Green+Blue) = 222+193+73=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC149 is #213EB6. Grayscale: #BCBCBC. Windows color (decimal): -2178743 or 4833758. OLE color: 4833758.
HSL color Cylindrical-coordinate representation of color #DEC149: hue angle of 48.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC149 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 73 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.13 |
| HSL | 48.32º | 0.69% | 0.58% | - |
| HSV(B) | 48.32º | 0.67% | 0.87% | - |
| XYZ | 50.4 | 54.15 | 14.1 | - |
| YUV | 187.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 73 | 0 | 0.13 | 0.67 | 0.13 | 48.32 | 0.69 | 0.58 |
| Hex | DE | C1 | 49 | 0 | D | 43 | D | 30 | 45 | 3A |
| Octal | 336 | 301 | 111 | 0 | 15 | 103 | 15 | 60 | 105 | 72 |
| Binary | 11011110 | 11000001 | 1001001 | 0 | 1101 | 1000011 | 1101 | 110000 | 1000101 | 111010 |
Color Harmonies of #DEC149
Complementary color
Monochromatic Colors of #DEC149
Black with #DEC149
Text Example
Text Example
White with #DEC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC149; }
p { color: rgb(222,193,73); }
H1.HeaderClassName
{
color: #DEC149;
}
.AnyTagClassName
{
color: #DEC149;
}
</style>
background-color css
<style>
a { background-color: #DEC149; }
a { background-color: rgb(222,193,73); }
div.DivClassName
{
background-color: #DEC149;
}
.BgClassName
{
background-color: #DEC149;
}
</style>
border-color css
<style>
span { border-color: #DEC149; }
span { border-color: rgb(222,193,73); }
td.TdClassName
{
border-color: #DEC149;
}
.TagClassName
{
border-color: #DEC149;
}
</style>