Shades of Confetti #DEC44E
Tints of Confetti #DEC44E
RGB
CMYK
RGB Variations
Color information
#DEC44E (or 0xDEC44E) is known color: Confetti. HEX triplet: DE, C4 and 4E. RGB value is (222,196,78). Sum of RGB (Red+Green+Blue) = 222+196+78=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 78 (30.86% from 255 or 15.73% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC44E is #213BB1. Grayscale: #BEBEBE. Windows color (decimal): -2177970 or 5162206. OLE color: 5162206.
HSL color Cylindrical-coordinate representation of color #DEC44E: hue angle of 49.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEC44E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 78 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.13 |
| HSL | 49.17º | 0.69% | 0.59% | - |
| HSV(B) | 49.17º | 0.65% | 0.87% | - |
| XYZ | 51.24 | 55.56 | 15.23 | - |
| YUV | 190.32 | 64.61 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 78 | 0 | 0.12 | 0.65 | 0.13 | 49.17 | 0.69 | 0.59 |
| Hex | DE | C4 | 4E | 0 | C | 41 | D | 31 | 45 | 3B |
| Octal | 336 | 304 | 116 | 0 | 14 | 101 | 15 | 61 | 105 | 73 |
| Binary | 11011110 | 11000100 | 1001110 | 0 | 1100 | 1000001 | 1101 | 110001 | 1000101 | 111011 |
Color Harmonies of #DEC44E
Complementary color
Monochromatic Colors of #DEC44E
Black with #DEC44E
Text Example
Text Example
White with #DEC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC44E; }
p { color: rgb(222,196,78); }
H1.HeaderClassName
{
color: #DEC44E;
}
.AnyTagClassName
{
color: #DEC44E;
}
</style>
background-color css
<style>
a { background-color: #DEC44E; }
a { background-color: rgb(222,196,78); }
div.DivClassName
{
background-color: #DEC44E;
}
.BgClassName
{
background-color: #DEC44E;
}
</style>
border-color css
<style>
span { border-color: #DEC44E; }
span { border-color: rgb(222,196,78); }
td.TdClassName
{
border-color: #DEC44E;
}
.TagClassName
{
border-color: #DEC44E;
}
</style>