Shades of Confetti #DEC242
Tints of Confetti #DEC242
RGB
CMYK
RGB Variations
Color information
#DEC242 (or 0xDEC242) is known color: Confetti. HEX triplet: DE, C2 and 42. RGB value is (222,194,66). Sum of RGB (Red+Green+Blue) = 222+194+66=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC242 is #213DBD. Grayscale: #BCBCBC. Windows color (decimal): -2178494 or 4375262. OLE color: 4375262.
HSL color Cylindrical-coordinate representation of color #DEC242: hue angle of 49.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEC242 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 66 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.13 |
| HSL | 49.23º | 0.7% | 0.56% | - |
| HSV(B) | 49.23º | 0.7% | 0.87% | - |
| XYZ | 50.4 | 54.51 | 13.02 | - |
| YUV | 187.78 | 59.28 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 66 | 0 | 0.13 | 0.70 | 0.13 | 49.23 | 0.7 | 0.56 |
| Hex | DE | C2 | 42 | 0 | D | 46 | D | 31 | 46 | 38 |
| Octal | 336 | 302 | 102 | 0 | 15 | 106 | 15 | 61 | 106 | 70 |
| Binary | 11011110 | 11000010 | 1000010 | 0 | 1101 | 1000110 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DEC242
Complementary color
Monochromatic Colors of #DEC242
Black with #DEC242
Text Example
Text Example
White with #DEC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC242; }
p { color: rgb(222,194,66); }
H1.HeaderClassName
{
color: #DEC242;
}
.AnyTagClassName
{
color: #DEC242;
}
</style>
background-color css
<style>
a { background-color: #DEC242; }
a { background-color: rgb(222,194,66); }
div.DivClassName
{
background-color: #DEC242;
}
.BgClassName
{
background-color: #DEC242;
}
</style>
border-color css
<style>
span { border-color: #DEC242; }
span { border-color: rgb(222,194,66); }
td.TdClassName
{
border-color: #DEC242;
}
.TagClassName
{
border-color: #DEC242;
}
</style>