Shades of Confetti #DEC341
Tints of Confetti #DEC341
RGB
CMYK
RGB Variations
Color information
#DEC341 (or 0xDEC341) is known color: Confetti. HEX triplet: DE, C3 and 41. RGB value is (222,195,65). Sum of RGB (Red+Green+Blue) = 222+195+65=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC341 is #213CBE. Grayscale: #BCBCBC. Windows color (decimal): -2178239 or 4309982. OLE color: 4309982.
HSL color Cylindrical-coordinate representation of color #DEC341: hue angle of 49.68º 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 #DEC341 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 65 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.13 |
| HSL | 49.68º | 0.7% | 0.56% | - |
| HSV(B) | 49.68º | 0.71% | 0.87% | - |
| XYZ | 50.59 | 54.94 | 12.94 | - |
| YUV | 188.25 | 58.45 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 65 | 0 | 0.12 | 0.71 | 0.13 | 49.68 | 0.7 | 0.56 |
| Hex | DE | C3 | 41 | 0 | C | 47 | D | 32 | 46 | 38 |
| Octal | 336 | 303 | 101 | 0 | 14 | 107 | 15 | 62 | 106 | 70 |
| Binary | 11011110 | 11000011 | 1000001 | 0 | 1100 | 1000111 | 1101 | 110010 | 1000110 | 111000 |
Color Harmonies of #DEC341
Complementary color
Monochromatic Colors of #DEC341
Black with #DEC341
Text Example
Text Example
White with #DEC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC341; }
p { color: rgb(222,195,65); }
H1.HeaderClassName
{
color: #DEC341;
}
.AnyTagClassName
{
color: #DEC341;
}
</style>
background-color css
<style>
a { background-color: #DEC341; }
a { background-color: rgb(222,195,65); }
div.DivClassName
{
background-color: #DEC341;
}
.BgClassName
{
background-color: #DEC341;
}
</style>
border-color css
<style>
span { border-color: #DEC341; }
span { border-color: rgb(222,195,65); }
td.TdClassName
{
border-color: #DEC341;
}
.TagClassName
{
border-color: #DEC341;
}
</style>