Shades of Confetti #DEC441
Tints of Confetti #DEC441
RGB
CMYK
RGB Variations
Color information
#DEC441 (or 0xDEC441) is known color: Confetti. HEX triplet: DE, C4 and 41. RGB value is (222,196,65). Sum of RGB (Red+Green+Blue) = 222+196+65=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC441 is #213BBE. Grayscale: #BDBDBD. Windows color (decimal): -2177983 or 4310238. OLE color: 4310238.
HSL color Cylindrical-coordinate representation of color #DEC441: hue angle of 50.06º 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 #DEC441 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 65 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.13 |
| HSL | 50.06º | 0.7% | 0.56% | - |
| HSV(B) | 50.06º | 0.71% | 0.87% | - |
| XYZ | 50.82 | 55.39 | 13.01 | - |
| YUV | 188.84 | 58.11 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 65 | 0 | 0.12 | 0.71 | 0.13 | 50.06 | 0.7 | 0.56 |
| Hex | DE | C4 | 41 | 0 | C | 47 | D | 32 | 46 | 38 |
| Octal | 336 | 304 | 101 | 0 | 14 | 107 | 15 | 62 | 106 | 70 |
| Binary | 11011110 | 11000100 | 1000001 | 0 | 1100 | 1000111 | 1101 | 110010 | 1000110 | 111000 |
Color Harmonies of #DEC441
Complementary color
Monochromatic Colors of #DEC441
Black with #DEC441
Text Example
Text Example
White with #DEC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC441; }
p { color: rgb(222,196,65); }
H1.HeaderClassName
{
color: #DEC441;
}
.AnyTagClassName
{
color: #DEC441;
}
</style>
background-color css
<style>
a { background-color: #DEC441; }
a { background-color: rgb(222,196,65); }
div.DivClassName
{
background-color: #DEC441;
}
.BgClassName
{
background-color: #DEC441;
}
</style>
border-color css
<style>
span { border-color: #DEC441; }
span { border-color: rgb(222,196,65); }
td.TdClassName
{
border-color: #DEC441;
}
.TagClassName
{
border-color: #DEC441;
}
</style>