Shades of Confetti #DEC940
Tints of Confetti #DEC940
RGB
CMYK
RGB Variations
Color information
#DEC940 (or 0xDEC940) is known color: Confetti. HEX triplet: DE, C9 and 40. RGB value is (222,201,64). Sum of RGB (Red+Green+Blue) = 222+201+64=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC940 is #2136BF. Grayscale: #C0C0C0. Windows color (decimal): -2176704 or 4245982. OLE color: 4245982.
HSL color Cylindrical-coordinate representation of color #DEC940: hue angle of 52.03º 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 #DEC940 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 64 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.13 |
| HSL | 52.03º | 0.71% | 0.56% | - |
| HSV(B) | 52.03º | 0.71% | 0.87% | - |
| XYZ | 51.94 | 57.67 | 13.25 | - |
| YUV | 191.66 | 55.96 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 64 | 0 | 0.09 | 0.71 | 0.13 | 52.03 | 0.71 | 0.56 |
| Hex | DE | C9 | 40 | 0 | 9 | 47 | D | 34 | 47 | 38 |
| Octal | 336 | 311 | 100 | 0 | 11 | 107 | 15 | 64 | 107 | 70 |
| Binary | 11011110 | 11001001 | 1000000 | 0 | 1001 | 1000111 | 1101 | 110100 | 1000111 | 111000 |
Color Harmonies of #DEC940
Complementary color
Monochromatic Colors of #DEC940
Black with #DEC940
Text Example
Text Example
White with #DEC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC940; }
p { color: rgb(222,201,64); }
H1.HeaderClassName
{
color: #DEC940;
}
.AnyTagClassName
{
color: #DEC940;
}
</style>
background-color css
<style>
a { background-color: #DEC940; }
a { background-color: rgb(222,201,64); }
div.DivClassName
{
background-color: #DEC940;
}
.BgClassName
{
background-color: #DEC940;
}
</style>
border-color css
<style>
span { border-color: #DEC940; }
span { border-color: rgb(222,201,64); }
td.TdClassName
{
border-color: #DEC940;
}
.TagClassName
{
border-color: #DEC940;
}
</style>