Shades of Confetti #DEC941
Tints of Confetti #DEC941
RGB
CMYK
RGB Variations
Color information
#DEC941 (or 0xDEC941) is known color: Confetti. HEX triplet: DE, C9 and 41. RGB value is (222,201,65). Sum of RGB (Red+Green+Blue) = 222+201+65=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC941 is #2136BE. Grayscale: #C0C0C0. Windows color (decimal): -2176703 or 4311518. OLE color: 4311518.
HSL color Cylindrical-coordinate representation of color #DEC941: hue angle of 51.97º degrees, saturation: 0.7, 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 #DEC941 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 65 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.13 |
| HSL | 51.97º | 0.7% | 0.56% | - |
| HSV(B) | 51.97º | 0.71% | 0.87% | - |
| XYZ | 51.96 | 57.68 | 13.4 | - |
| YUV | 191.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 65 | 0 | 0.09 | 0.71 | 0.13 | 51.97 | 0.7 | 0.56 |
| Hex | DE | C9 | 41 | 0 | 9 | 47 | D | 34 | 46 | 38 |
| Octal | 336 | 311 | 101 | 0 | 11 | 107 | 15 | 64 | 106 | 70 |
| Binary | 11011110 | 11001001 | 1000001 | 0 | 1001 | 1000111 | 1101 | 110100 | 1000110 | 111000 |
Color Harmonies of #DEC941
Complementary color
Monochromatic Colors of #DEC941
Black with #DEC941
Text Example
Text Example
White with #DEC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC941; }
p { color: rgb(222,201,65); }
H1.HeaderClassName
{
color: #DEC941;
}
.AnyTagClassName
{
color: #DEC941;
}
</style>
background-color css
<style>
a { background-color: #DEC941; }
a { background-color: rgb(222,201,65); }
div.DivClassName
{
background-color: #DEC941;
}
.BgClassName
{
background-color: #DEC941;
}
</style>
border-color css
<style>
span { border-color: #DEC941; }
span { border-color: rgb(222,201,65); }
td.TdClassName
{
border-color: #DEC941;
}
.TagClassName
{
border-color: #DEC941;
}
</style>