Shades of Confetti #DEC044
Tints of Confetti #DEC044
RGB
CMYK
RGB Variations
Color information
#DEC044 (or 0xDEC044) is known color: Confetti. HEX triplet: DE, C0 and 44. RGB value is (222,192,68). Sum of RGB (Red+Green+Blue) = 222+192+68=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC044 is #213FBB. Grayscale: #BBBBBB. Windows color (decimal): -2179004 or 4505822. OLE color: 4505822.
HSL color Cylindrical-coordinate representation of color #DEC044: hue angle of 48.31º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEC044 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 68 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.13 |
| HSL | 48.31º | 0.7% | 0.57% | - |
| HSV(B) | 48.31º | 0.69% | 0.87% | - |
| XYZ | 50.02 | 53.65 | 13.19 | - |
| YUV | 186.83 | 60.94 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 68 | 0 | 0.14 | 0.69 | 0.13 | 48.31 | 0.7 | 0.57 |
| Hex | DE | C0 | 44 | 0 | E | 45 | D | 30 | 46 | 39 |
| Octal | 336 | 300 | 104 | 0 | 16 | 105 | 15 | 60 | 106 | 71 |
| Binary | 11011110 | 11000000 | 1000100 | 0 | 1110 | 1000101 | 1101 | 110000 | 1000110 | 111001 |
Color Harmonies of #DEC044
Complementary color
Monochromatic Colors of #DEC044
Black with #DEC044
Text Example
Text Example
White with #DEC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC044; }
p { color: rgb(222,192,68); }
H1.HeaderClassName
{
color: #DEC044;
}
.AnyTagClassName
{
color: #DEC044;
}
</style>
background-color css
<style>
a { background-color: #DEC044; }
a { background-color: rgb(222,192,68); }
div.DivClassName
{
background-color: #DEC044;
}
.BgClassName
{
background-color: #DEC044;
}
</style>
border-color css
<style>
span { border-color: #DEC044; }
span { border-color: rgb(222,192,68); }
td.TdClassName
{
border-color: #DEC044;
}
.TagClassName
{
border-color: #DEC044;
}
</style>