Shades of Confetti #DEC240
Tints of Confetti #DEC240
RGB
CMYK
RGB Variations
Color information
#DEC240 (or 0xDEC240) is known color: Confetti. HEX triplet: DE, C2 and 40. RGB value is (222,194,64). Sum of RGB (Red+Green+Blue) = 222+194+64=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC240 is #213DBF. Grayscale: #BCBCBC. Windows color (decimal): -2178496 or 4244190. OLE color: 4244190.
HSL color Cylindrical-coordinate representation of color #DEC240: hue angle of 49.37º 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 #DEC240 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 64 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.13 |
| HSL | 49.37º | 0.71% | 0.56% | - |
| HSV(B) | 49.37º | 0.71% | 0.87% | - |
| XYZ | 50.34 | 54.48 | 12.71 | - |
| YUV | 187.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 64 | 0 | 0.13 | 0.71 | 0.13 | 49.37 | 0.71 | 0.56 |
| Hex | DE | C2 | 40 | 0 | D | 47 | D | 31 | 47 | 38 |
| Octal | 336 | 302 | 100 | 0 | 15 | 107 | 15 | 61 | 107 | 70 |
| Binary | 11011110 | 11000010 | 1000000 | 0 | 1101 | 1000111 | 1101 | 110001 | 1000111 | 111000 |
Color Harmonies of #DEC240
Complementary color
Monochromatic Colors of #DEC240
Black with #DEC240
Text Example
Text Example
White with #DEC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC240; }
p { color: rgb(222,194,64); }
H1.HeaderClassName
{
color: #DEC240;
}
.AnyTagClassName
{
color: #DEC240;
}
</style>
background-color css
<style>
a { background-color: #DEC240; }
a { background-color: rgb(222,194,64); }
div.DivClassName
{
background-color: #DEC240;
}
.BgClassName
{
background-color: #DEC240;
}
</style>
border-color css
<style>
span { border-color: #DEC240; }
span { border-color: rgb(222,194,64); }
td.TdClassName
{
border-color: #DEC240;
}
.TagClassName
{
border-color: #DEC240;
}
</style>