Shades of Confetti #DECB49
Tints of Confetti #DECB49
RGB
CMYK
RGB Variations
Color information
#DECB49 (or 0xDECB49) is known color: Confetti. HEX triplet: DE, CB and 49. RGB value is (222,203,73). Sum of RGB (Red+Green+Blue) = 222+203+73=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 73 (28.91% from 255 or 14.66% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB49 is #2134B6. Grayscale: #C2C2C2. Windows color (decimal): -2176183 or 4836318. OLE color: 4836318.
HSL color Cylindrical-coordinate representation of color #DECB49: hue angle of 52.35º 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 #DECB49 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 73 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.13 |
| HSL | 52.35º | 0.69% | 0.58% | - |
| HSV(B) | 52.35º | 0.67% | 0.87% | - |
| XYZ | 52.68 | 58.72 | 14.86 | - |
| YUV | 193.86 | 59.79 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 73 | 0 | 0.09 | 0.67 | 0.13 | 52.35 | 0.69 | 0.58 |
| Hex | DE | CB | 49 | 0 | 9 | 43 | D | 34 | 45 | 3A |
| Octal | 336 | 313 | 111 | 0 | 11 | 103 | 15 | 64 | 105 | 72 |
| Binary | 11011110 | 11001011 | 1001001 | 0 | 1001 | 1000011 | 1101 | 110100 | 1000101 | 111010 |
Color Harmonies of #DECB49
Complementary color
Monochromatic Colors of #DECB49
Black with #DECB49
Text Example
Text Example
White with #DECB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB49; }
p { color: rgb(222,203,73); }
H1.HeaderClassName
{
color: #DECB49;
}
.AnyTagClassName
{
color: #DECB49;
}
</style>
background-color css
<style>
a { background-color: #DECB49; }
a { background-color: rgb(222,203,73); }
div.DivClassName
{
background-color: #DECB49;
}
.BgClassName
{
background-color: #DECB49;
}
</style>
border-color css
<style>
span { border-color: #DECB49; }
span { border-color: rgb(222,203,73); }
td.TdClassName
{
border-color: #DECB49;
}
.TagClassName
{
border-color: #DECB49;
}
</style>