Shades of Confetti #DEC141
Tints of Confetti #DEC141
RGB
CMYK
RGB Variations
Color information
#DEC141 (or 0xDEC141) is known color: Confetti. HEX triplet: DE, C1 and 41. RGB value is (222,193,65). Sum of RGB (Red+Green+Blue) = 222+193+65=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC141 is #213EBE. Grayscale: #BBBBBB. Windows color (decimal): -2178751 or 4309470. OLE color: 4309470.
HSL color Cylindrical-coordinate representation of color #DEC141: hue angle of 48.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEC141 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 65 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.13 |
| HSL | 48.92º | 0.7% | 0.56% | - |
| HSV(B) | 48.92º | 0.71% | 0.87% | - |
| XYZ | 50.15 | 54.05 | 12.79 | - |
| YUV | 187.08 | 59.11 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 65 | 0 | 0.13 | 0.71 | 0.13 | 48.92 | 0.7 | 0.56 |
| Hex | DE | C1 | 41 | 0 | D | 47 | D | 31 | 46 | 38 |
| Octal | 336 | 301 | 101 | 0 | 15 | 107 | 15 | 61 | 106 | 70 |
| Binary | 11011110 | 11000001 | 1000001 | 0 | 1101 | 1000111 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DEC141
Complementary color
Monochromatic Colors of #DEC141
Black with #DEC141
Text Example
Text Example
White with #DEC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC141; }
p { color: rgb(222,193,65); }
H1.HeaderClassName
{
color: #DEC141;
}
.AnyTagClassName
{
color: #DEC141;
}
</style>
background-color css
<style>
a { background-color: #DEC141; }
a { background-color: rgb(222,193,65); }
div.DivClassName
{
background-color: #DEC141;
}
.BgClassName
{
background-color: #DEC141;
}
</style>
border-color css
<style>
span { border-color: #DEC141; }
span { border-color: rgb(222,193,65); }
td.TdClassName
{
border-color: #DEC141;
}
.TagClassName
{
border-color: #DEC141;
}
</style>