Shades of Confetti #DEC849
Tints of Confetti #DEC849
RGB
CMYK
RGB Variations
Color information
#DEC849 (or 0xDEC849) is known color: Confetti. HEX triplet: DE, C8 and 49. RGB value is (222,200,73). Sum of RGB (Red+Green+Blue) = 222+200+73=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC849 is #2137B6. Grayscale: #C0C0C0. Windows color (decimal): -2176951 or 4835550. OLE color: 4835550.
HSL color Cylindrical-coordinate representation of color #DEC849: hue angle of 51.14º 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 #DEC849 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 73 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.13 |
| HSL | 51.14º | 0.69% | 0.58% | - |
| HSV(B) | 51.14º | 0.67% | 0.87% | - |
| XYZ | 51.98 | 57.32 | 14.63 | - |
| YUV | 192.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 73 | 0 | 0.10 | 0.67 | 0.13 | 51.14 | 0.69 | 0.58 |
| Hex | DE | C8 | 49 | 0 | A | 43 | D | 33 | 45 | 3A |
| Octal | 336 | 310 | 111 | 0 | 12 | 103 | 15 | 63 | 105 | 72 |
| Binary | 11011110 | 11001000 | 1001001 | 0 | 1010 | 1000011 | 1101 | 110011 | 1000101 | 111010 |
Color Harmonies of #DEC849
Complementary color
Monochromatic Colors of #DEC849
Black with #DEC849
Text Example
Text Example
White with #DEC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC849; }
p { color: rgb(222,200,73); }
H1.HeaderClassName
{
color: #DEC849;
}
.AnyTagClassName
{
color: #DEC849;
}
</style>
background-color css
<style>
a { background-color: #DEC849; }
a { background-color: rgb(222,200,73); }
div.DivClassName
{
background-color: #DEC849;
}
.BgClassName
{
background-color: #DEC849;
}
</style>
border-color css
<style>
span { border-color: #DEC849; }
span { border-color: rgb(222,200,73); }
td.TdClassName
{
border-color: #DEC849;
}
.TagClassName
{
border-color: #DEC849;
}
</style>