Shades of Confetti #DEC444
Tints of Confetti #DEC444
RGB
CMYK
RGB Variations
Color information
#DEC444 (or 0xDEC444) is known color: Confetti. HEX triplet: DE, C4 and 44. RGB value is (222,196,68). Sum of RGB (Red+Green+Blue) = 222+196+68=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 68 (26.95% from 255 or 13.99% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC444 is #213BBB. Grayscale: #BDBDBD. Windows color (decimal): -2177980 or 4506846. OLE color: 4506846.
HSL color Cylindrical-coordinate representation of color #DEC444: hue angle of 49.87º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEC444 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 68 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.13 |
| HSL | 49.87º | 0.7% | 0.57% | - |
| HSV(B) | 49.87º | 0.69% | 0.87% | - |
| XYZ | 50.91 | 55.43 | 13.48 | - |
| YUV | 189.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 68 | 0 | 0.12 | 0.69 | 0.13 | 49.87 | 0.7 | 0.57 |
| Hex | DE | C4 | 44 | 0 | C | 45 | D | 32 | 46 | 39 |
| Octal | 336 | 304 | 104 | 0 | 14 | 105 | 15 | 62 | 106 | 71 |
| Binary | 11011110 | 11000100 | 1000100 | 0 | 1100 | 1000101 | 1101 | 110010 | 1000110 | 111001 |
Color Harmonies of #DEC444
Complementary color
Monochromatic Colors of #DEC444
Black with #DEC444
Text Example
Text Example
White with #DEC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC444; }
p { color: rgb(222,196,68); }
H1.HeaderClassName
{
color: #DEC444;
}
.AnyTagClassName
{
color: #DEC444;
}
</style>
background-color css
<style>
a { background-color: #DEC444; }
a { background-color: rgb(222,196,68); }
div.DivClassName
{
background-color: #DEC444;
}
.BgClassName
{
background-color: #DEC444;
}
</style>
border-color css
<style>
span { border-color: #DEC444; }
span { border-color: rgb(222,196,68); }
td.TdClassName
{
border-color: #DEC444;
}
.TagClassName
{
border-color: #DEC444;
}
</style>