Shades of Confetti #DEC241
Tints of Confetti #DEC241
RGB
CMYK
RGB Variations
Color information
#DEC241 (or 0xDEC241) is known color: Confetti. HEX triplet: DE, C2 and 41. RGB value is (222,194,65). Sum of RGB (Red+Green+Blue) = 222+194+65=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC241 is #213DBE. Grayscale: #BCBCBC. Windows color (decimal): -2178495 or 4309726. OLE color: 4309726.
HSL color Cylindrical-coordinate representation of color #DEC241: hue angle of 49.3º 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 #DEC241 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 65 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.13 |
| HSL | 49.3º | 0.7% | 0.56% | - |
| HSV(B) | 49.3º | 0.71% | 0.87% | - |
| XYZ | 50.37 | 54.49 | 12.86 | - |
| YUV | 187.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 65 | 0 | 0.13 | 0.71 | 0.13 | 49.3 | 0.7 | 0.56 |
| Hex | DE | C2 | 41 | 0 | D | 47 | D | 31 | 46 | 38 |
| Octal | 336 | 302 | 101 | 0 | 15 | 107 | 15 | 61 | 106 | 70 |
| Binary | 11011110 | 11000010 | 1000001 | 0 | 1101 | 1000111 | 1101 | 110001 | 1000110 | 111000 |
Color Harmonies of #DEC241
Complementary color
Monochromatic Colors of #DEC241
Black with #DEC241
Text Example
Text Example
White with #DEC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC241; }
p { color: rgb(222,194,65); }
H1.HeaderClassName
{
color: #DEC241;
}
.AnyTagClassName
{
color: #DEC241;
}
</style>
background-color css
<style>
a { background-color: #DEC241; }
a { background-color: rgb(222,194,65); }
div.DivClassName
{
background-color: #DEC241;
}
.BgClassName
{
background-color: #DEC241;
}
</style>
border-color css
<style>
span { border-color: #DEC241; }
span { border-color: rgb(222,194,65); }
td.TdClassName
{
border-color: #DEC241;
}
.TagClassName
{
border-color: #DEC241;
}
</style>