Shades of Confetti #DEC040
Tints of Confetti #DEC040
RGB
CMYK
RGB Variations
Color information
#DEC040 (or 0xDEC040) is known color: Confetti. HEX triplet: DE, C0 and 40. RGB value is (222,192,64). Sum of RGB (Red+Green+Blue) = 222+192+64=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC040 is #213FBF. Grayscale: #BABABA. Windows color (decimal): -2179008 or 4243678. OLE color: 4243678.
HSL color Cylindrical-coordinate representation of color #DEC040: hue angle of 48.61º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEC040 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 64 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.13 |
| HSL | 48.61º | 0.71% | 0.56% | - |
| HSV(B) | 48.61º | 0.71% | 0.87% | - |
| XYZ | 49.9 | 53.6 | 12.57 | - |
| YUV | 186.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 64 | 0 | 0.14 | 0.71 | 0.13 | 48.61 | 0.71 | 0.56 |
| Hex | DE | C0 | 40 | 0 | E | 47 | D | 31 | 47 | 38 |
| Octal | 336 | 300 | 100 | 0 | 16 | 107 | 15 | 61 | 107 | 70 |
| Binary | 11011110 | 11000000 | 1000000 | 0 | 1110 | 1000111 | 1101 | 110001 | 1000111 | 111000 |
Color Harmonies of #DEC040
Complementary color
Monochromatic Colors of #DEC040
Black with #DEC040
Text Example
Text Example
White with #DEC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC040; }
p { color: rgb(222,192,64); }
H1.HeaderClassName
{
color: #DEC040;
}
.AnyTagClassName
{
color: #DEC040;
}
</style>
background-color css
<style>
a { background-color: #DEC040; }
a { background-color: rgb(222,192,64); }
div.DivClassName
{
background-color: #DEC040;
}
.BgClassName
{
background-color: #DEC040;
}
</style>
border-color css
<style>
span { border-color: #DEC040; }
span { border-color: rgb(222,192,64); }
td.TdClassName
{
border-color: #DEC040;
}
.TagClassName
{
border-color: #DEC040;
}
</style>