Shades of Confetti #DEC043
Tints of Confetti #DEC043
RGB
CMYK
RGB Variations
Color information
#DEC043 (or 0xDEC043) is known color: Confetti. HEX triplet: DE, C0 and 43. RGB value is (222,192,67). Sum of RGB (Red+Green+Blue) = 222+192+67=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 67 (26.56% from 255 or 13.93% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC043 is #213FBC. Grayscale: #BBBBBB. Windows color (decimal): -2179005 or 4440286. OLE color: 4440286.
HSL color Cylindrical-coordinate representation of color #DEC043: hue angle of 48.39º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEC043 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 67 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.13 |
| HSL | 48.39º | 0.7% | 0.57% | - |
| HSV(B) | 48.39º | 0.7% | 0.87% | - |
| XYZ | 49.99 | 53.63 | 13.03 | - |
| YUV | 186.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 67 | 0 | 0.14 | 0.70 | 0.13 | 48.39 | 0.7 | 0.57 |
| Hex | DE | C0 | 43 | 0 | E | 46 | D | 30 | 46 | 39 |
| Octal | 336 | 300 | 103 | 0 | 16 | 106 | 15 | 60 | 106 | 71 |
| Binary | 11011110 | 11000000 | 1000011 | 0 | 1110 | 1000110 | 1101 | 110000 | 1000110 | 111001 |
Color Harmonies of #DEC043
Complementary color
Monochromatic Colors of #DEC043
Black with #DEC043
Text Example
Text Example
White with #DEC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC043; }
p { color: rgb(222,192,67); }
H1.HeaderClassName
{
color: #DEC043;
}
.AnyTagClassName
{
color: #DEC043;
}
</style>
background-color css
<style>
a { background-color: #DEC043; }
a { background-color: rgb(222,192,67); }
div.DivClassName
{
background-color: #DEC043;
}
.BgClassName
{
background-color: #DEC043;
}
</style>
border-color css
<style>
span { border-color: #DEC043; }
span { border-color: rgb(222,192,67); }
td.TdClassName
{
border-color: #DEC043;
}
.TagClassName
{
border-color: #DEC043;
}
</style>