Shades of Confetti #DEC446
Tints of Confetti #DEC446
RGB
CMYK
RGB Variations
Color information
#DEC446 (or 0xDEC446) is known color: Confetti. HEX triplet: DE, C4 and 46. RGB value is (222,196,70). Sum of RGB (Red+Green+Blue) = 222+196+70=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 70 (27.73% from 255 or 14.34% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC446 is #213BB9. Grayscale: #BDBDBD. Windows color (decimal): -2177978 or 4637918. OLE color: 4637918.
HSL color Cylindrical-coordinate representation of color #DEC446: hue angle of 49.74º 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 #DEC446 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 70 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.13 |
| HSL | 49.74º | 0.7% | 0.57% | - |
| HSV(B) | 49.74º | 0.68% | 0.87% | - |
| XYZ | 50.97 | 55.45 | 13.81 | - |
| YUV | 189.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 70 | 0 | 0.12 | 0.68 | 0.13 | 49.74 | 0.7 | 0.57 |
| Hex | DE | C4 | 46 | 0 | C | 44 | D | 32 | 46 | 39 |
| Octal | 336 | 304 | 106 | 0 | 14 | 104 | 15 | 62 | 106 | 71 |
| Binary | 11011110 | 11000100 | 1000110 | 0 | 1100 | 1000100 | 1101 | 110010 | 1000110 | 111001 |
Color Harmonies of #DEC446
Complementary color
Monochromatic Colors of #DEC446
Black with #DEC446
Text Example
Text Example
White with #DEC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC446; }
p { color: rgb(222,196,70); }
H1.HeaderClassName
{
color: #DEC446;
}
.AnyTagClassName
{
color: #DEC446;
}
</style>
background-color css
<style>
a { background-color: #DEC446; }
a { background-color: rgb(222,196,70); }
div.DivClassName
{
background-color: #DEC446;
}
.BgClassName
{
background-color: #DEC446;
}
</style>
border-color css
<style>
span { border-color: #DEC446; }
span { border-color: rgb(222,196,70); }
td.TdClassName
{
border-color: #DEC446;
}
.TagClassName
{
border-color: #DEC446;
}
</style>