Shades of Confetti #DECC47
Tints of Confetti #DECC47
RGB
CMYK
RGB Variations
Color information
#DECC47 (or 0xDECC47) is known color: Confetti. HEX triplet: DE, CC and 47. RGB value is (222,204,71). Sum of RGB (Red+Green+Blue) = 222+204+71=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 71 (28.12% from 255 or 14.29% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC47 is #2133B8. Grayscale: #C2C2C2. Windows color (decimal): -2175929 or 4705502. OLE color: 4705502.
HSL color Cylindrical-coordinate representation of color #DECC47: hue angle of 52.85º 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 #DECC47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.13 |
| HSL | 52.85º | 0.7% | 0.57% | - |
| HSV(B) | 52.85º | 0.68% | 0.87% | - |
| XYZ | 52.85 | 59.17 | 14.6 | - |
| YUV | 194.22 | 58.46 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 71 | 0 | 0.08 | 0.68 | 0.13 | 52.85 | 0.7 | 0.57 |
| Hex | DE | CC | 47 | 0 | 8 | 44 | D | 35 | 46 | 39 |
| Octal | 336 | 314 | 107 | 0 | 10 | 104 | 15 | 65 | 106 | 71 |
| Binary | 11011110 | 11001100 | 1000111 | 0 | 1000 | 1000100 | 1101 | 110101 | 1000110 | 111001 |
Color Harmonies of #DECC47
Complementary color
Monochromatic Colors of #DECC47
Black with #DECC47
Text Example
Text Example
White with #DECC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC47; }
p { color: rgb(222,204,71); }
H1.HeaderClassName
{
color: #DECC47;
}
.AnyTagClassName
{
color: #DECC47;
}
</style>
background-color css
<style>
a { background-color: #DECC47; }
a { background-color: rgb(222,204,71); }
div.DivClassName
{
background-color: #DECC47;
}
.BgClassName
{
background-color: #DECC47;
}
</style>
border-color css
<style>
span { border-color: #DECC47; }
span { border-color: rgb(222,204,71); }
td.TdClassName
{
border-color: #DECC47;
}
.TagClassName
{
border-color: #DECC47;
}
</style>