Shades of Confetti #DECF49
Tints of Confetti #DECF49
RGB
CMYK
RGB Variations
Color information
#DECF49 (or 0xDECF49) is known color: Confetti. HEX triplet: DE, CF and 49. RGB value is (222,207,73). Sum of RGB (Red+Green+Blue) = 222+207+73=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF49 is #2130B6. Grayscale: #C4C4C4. Windows color (decimal): -2175159 or 4837342. OLE color: 4837342.
HSL color Cylindrical-coordinate representation of color #DECF49: hue angle of 53.96º 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 #DECF49 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 73 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.13 |
| HSL | 53.96º | 0.69% | 0.58% | - |
| HSV(B) | 53.96º | 0.67% | 0.87% | - |
| XYZ | 53.64 | 60.64 | 15.18 | - |
| YUV | 196.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 73 | 0 | 0.07 | 0.67 | 0.13 | 53.96 | 0.69 | 0.58 |
| Hex | DE | CF | 49 | 0 | 7 | 43 | D | 36 | 45 | 3A |
| Octal | 336 | 317 | 111 | 0 | 7 | 103 | 15 | 66 | 105 | 72 |
| Binary | 11011110 | 11001111 | 1001001 | 0 | 111 | 1000011 | 1101 | 110110 | 1000101 | 111010 |
Color Harmonies of #DECF49
Complementary color
Monochromatic Colors of #DECF49
Black with #DECF49
Text Example
Text Example
White with #DECF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF49; }
p { color: rgb(222,207,73); }
H1.HeaderClassName
{
color: #DECF49;
}
.AnyTagClassName
{
color: #DECF49;
}
</style>
background-color css
<style>
a { background-color: #DECF49; }
a { background-color: rgb(222,207,73); }
div.DivClassName
{
background-color: #DECF49;
}
.BgClassName
{
background-color: #DECF49;
}
</style>
border-color css
<style>
span { border-color: #DECF49; }
span { border-color: rgb(222,207,73); }
td.TdClassName
{
border-color: #DECF49;
}
.TagClassName
{
border-color: #DECF49;
}
</style>