Shades of Confetti #DEC347
Tints of Confetti #DEC347
RGB
CMYK
RGB Variations
Color information
#DEC347 (or 0xDEC347) is known color: Confetti. HEX triplet: DE, C3 and 47. RGB value is (222,195,71). Sum of RGB (Red+Green+Blue) = 222+195+71=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC347 is #213CB8. Grayscale: #BDBDBD. Windows color (decimal): -2178233 or 4703198. OLE color: 4703198.
HSL color Cylindrical-coordinate representation of color #DEC347: hue angle of 49.27º 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 #DEC347 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 71 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.13 |
| HSL | 49.27º | 0.7% | 0.57% | - |
| HSV(B) | 49.27º | 0.68% | 0.87% | - |
| XYZ | 50.78 | 55.01 | 13.9 | - |
| YUV | 188.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 71 | 0 | 0.12 | 0.68 | 0.13 | 49.27 | 0.7 | 0.57 |
| Hex | DE | C3 | 47 | 0 | C | 44 | D | 31 | 46 | 39 |
| Octal | 336 | 303 | 107 | 0 | 14 | 104 | 15 | 61 | 106 | 71 |
| Binary | 11011110 | 11000011 | 1000111 | 0 | 1100 | 1000100 | 1101 | 110001 | 1000110 | 111001 |
Color Harmonies of #DEC347
Complementary color
Monochromatic Colors of #DEC347
Black with #DEC347
Text Example
Text Example
White with #DEC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC347; }
p { color: rgb(222,195,71); }
H1.HeaderClassName
{
color: #DEC347;
}
.AnyTagClassName
{
color: #DEC347;
}
</style>
background-color css
<style>
a { background-color: #DEC347; }
a { background-color: rgb(222,195,71); }
div.DivClassName
{
background-color: #DEC347;
}
.BgClassName
{
background-color: #DEC347;
}
</style>
border-color css
<style>
span { border-color: #DEC347; }
span { border-color: rgb(222,195,71); }
td.TdClassName
{
border-color: #DEC347;
}
.TagClassName
{
border-color: #DEC347;
}
</style>