Shades of Confetti #DEC04A
Tints of Confetti #DEC04A
RGB
CMYK
RGB Variations
Color information
#DEC04A (or 0xDEC04A) is known color: Confetti. HEX triplet: DE, C0 and 4A. RGB value is (222,192,74). Sum of RGB (Red+Green+Blue) = 222+192+74=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 74 (29.30% from 255 or 15.16% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC04A is #213FB5. Grayscale: #BCBCBC. Windows color (decimal): -2178998 or 4899038. OLE color: 4899038.
HSL color Cylindrical-coordinate representation of color #DEC04A: hue angle of 47.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC04A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 74 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.13 |
| HSL | 47.84º | 0.69% | 0.58% | - |
| HSV(B) | 47.84º | 0.67% | 0.87% | - |
| XYZ | 50.21 | 53.72 | 14.2 | - |
| YUV | 187.52 | 63.94 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 74 | 0 | 0.14 | 0.67 | 0.13 | 47.84 | 0.69 | 0.58 |
| Hex | DE | C0 | 4A | 0 | E | 43 | D | 30 | 45 | 3A |
| Octal | 336 | 300 | 112 | 0 | 16 | 103 | 15 | 60 | 105 | 72 |
| Binary | 11011110 | 11000000 | 1001010 | 0 | 1110 | 1000011 | 1101 | 110000 | 1000101 | 111010 |
Color Harmonies of #DEC04A
Complementary color
Monochromatic Colors of #DEC04A
Black with #DEC04A
Text Example
Text Example
White with #DEC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC04A; }
p { color: rgb(222,192,74); }
H1.HeaderClassName
{
color: #DEC04A;
}
.AnyTagClassName
{
color: #DEC04A;
}
</style>
background-color css
<style>
a { background-color: #DEC04A; }
a { background-color: rgb(222,192,74); }
div.DivClassName
{
background-color: #DEC04A;
}
.BgClassName
{
background-color: #DEC04A;
}
</style>
border-color css
<style>
span { border-color: #DEC04A; }
span { border-color: rgb(222,192,74); }
td.TdClassName
{
border-color: #DEC04A;
}
.TagClassName
{
border-color: #DEC04A;
}
</style>