Shades of Confetti #DEC041
Tints of Confetti #DEC041
RGB
CMYK
RGB Variations
Color information
#DEC041 (or 0xDEC041) is known color: Confetti. HEX triplet: DE, C0 and 41. RGB value is (222,192,65). Sum of RGB (Red+Green+Blue) = 222+192+65=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC041 is #213FBE. Grayscale: #BBBBBB. Windows color (decimal): -2179007 or 4309214. OLE color: 4309214.
HSL color Cylindrical-coordinate representation of color #DEC041: hue angle of 48.54º 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 #DEC041 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 65 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.13 |
| HSL | 48.54º | 0.7% | 0.56% | - |
| HSV(B) | 48.54º | 0.71% | 0.87% | - |
| XYZ | 49.93 | 53.61 | 12.72 | - |
| YUV | 186.49 | 59.44 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 65 | 0 | 0.14 | 0.71 | 0.13 | 48.54 | 0.7 | 0.56 |
| Hex | DE | C0 | 41 | 0 | E | 47 | D | 31 | 46 | 38 |
| Octal | 336 | 300 | 101 | 0 | 16 | 107 | 15 | 61 | 106 | 70 |
| Binary | 11011110 | 11000000 | 1000001 | 0 | 1110 | 1000111 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DEC041
Complementary color
Monochromatic Colors of #DEC041
Black with #DEC041
Text Example
Text Example
White with #DEC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC041; }
p { color: rgb(222,192,65); }
H1.HeaderClassName
{
color: #DEC041;
}
.AnyTagClassName
{
color: #DEC041;
}
</style>
background-color css
<style>
a { background-color: #DEC041; }
a { background-color: rgb(222,192,65); }
div.DivClassName
{
background-color: #DEC041;
}
.BgClassName
{
background-color: #DEC041;
}
</style>
border-color css
<style>
span { border-color: #DEC041; }
span { border-color: rgb(222,192,65); }
td.TdClassName
{
border-color: #DEC041;
}
.TagClassName
{
border-color: #DEC041;
}
</style>