Shades of Confetti #DEC346
Tints of Confetti #DEC346
RGB
CMYK
RGB Variations
Color information
#DEC346 (or 0xDEC346) is known color: Confetti. HEX triplet: DE, C3 and 46. RGB value is (222,195,70). Sum of RGB (Red+Green+Blue) = 222+195+70=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC346 is #213CB9. Grayscale: #BDBDBD. Windows color (decimal): -2178234 or 4637662. OLE color: 4637662.
HSL color Cylindrical-coordinate representation of color #DEC346: hue angle of 49.34º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEC346 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 70 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.13 |
| HSL | 49.34º | 0.7% | 0.57% | - |
| HSV(B) | 49.34º | 0.68% | 0.87% | - |
| XYZ | 50.74 | 55 | 13.74 | - |
| YUV | 188.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 70 | 0 | 0.12 | 0.68 | 0.13 | 49.34 | 0.7 | 0.57 |
| Hex | DE | C3 | 46 | 0 | C | 44 | D | 31 | 46 | 39 |
| Octal | 336 | 303 | 106 | 0 | 14 | 104 | 15 | 61 | 106 | 71 |
| Binary | 11011110 | 11000011 | 1000110 | 0 | 1100 | 1000100 | 1101 | 110001 | 1000110 | 111001 |
Color Harmonies of #DEC346
Complementary color
Monochromatic Colors of #DEC346
Black with #DEC346
Text Example
Text Example
White with #DEC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC346; }
p { color: rgb(222,195,70); }
H1.HeaderClassName
{
color: #DEC346;
}
.AnyTagClassName
{
color: #DEC346;
}
</style>
background-color css
<style>
a { background-color: #DEC346; }
a { background-color: rgb(222,195,70); }
div.DivClassName
{
background-color: #DEC346;
}
.BgClassName
{
background-color: #DEC346;
}
</style>
border-color css
<style>
span { border-color: #DEC346; }
span { border-color: rgb(222,195,70); }
td.TdClassName
{
border-color: #DEC346;
}
.TagClassName
{
border-color: #DEC346;
}
</style>