Shades of Confetti #DEC24D
Tints of Confetti #DEC24D
RGB
CMYK
RGB Variations
Color information
#DEC24D (or 0xDEC24D) is known color: Confetti. HEX triplet: DE, C2 and 4D. RGB value is (222,194,77). Sum of RGB (Red+Green+Blue) = 222+194+77=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC24D is #213DB2. Grayscale: #BDBDBD. Windows color (decimal): -2178483 or 5096158. OLE color: 5096158.
HSL color Cylindrical-coordinate representation of color #DEC24D: hue angle of 48.41º 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 #DEC24D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 77 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.13 |
| HSL | 48.41º | 0.69% | 0.59% | - |
| HSV(B) | 48.41º | 0.65% | 0.87% | - |
| XYZ | 50.76 | 54.65 | 14.89 | - |
| YUV | 189.03 | 64.78 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 77 | 0 | 0.13 | 0.65 | 0.13 | 48.41 | 0.69 | 0.59 |
| Hex | DE | C2 | 4D | 0 | D | 41 | D | 30 | 45 | 3B |
| Octal | 336 | 302 | 115 | 0 | 15 | 101 | 15 | 60 | 105 | 73 |
| Binary | 11011110 | 11000010 | 1001101 | 0 | 1101 | 1000001 | 1101 | 110000 | 1000101 | 111011 |
Color Harmonies of #DEC24D
Complementary color
Monochromatic Colors of #DEC24D
Black with #DEC24D
Text Example
Text Example
White with #DEC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC24D; }
p { color: rgb(222,194,77); }
H1.HeaderClassName
{
color: #DEC24D;
}
.AnyTagClassName
{
color: #DEC24D;
}
</style>
background-color css
<style>
a { background-color: #DEC24D; }
a { background-color: rgb(222,194,77); }
div.DivClassName
{
background-color: #DEC24D;
}
.BgClassName
{
background-color: #DEC24D;
}
</style>
border-color css
<style>
span { border-color: #DEC24D; }
span { border-color: rgb(222,194,77); }
td.TdClassName
{
border-color: #DEC24D;
}
.TagClassName
{
border-color: #DEC24D;
}
</style>