Shades of Confetti #DECD41
Tints of Confetti #DECD41
RGB
CMYK
RGB Variations
Color information
#DECD41 (or 0xDECD41) is known color: Confetti. HEX triplet: DE, CD and 41. RGB value is (222,205,65). Sum of RGB (Red+Green+Blue) = 222+205+65=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 65 (25.78% from 255 or 13.21% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD41 is #2132BE. Grayscale: #C2C2C2. Windows color (decimal): -2175679 or 4312542. OLE color: 4312542.
HSL color Cylindrical-coordinate representation of color #DECD41: hue angle of 53.5º 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 #DECD41 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 65 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.13 |
| HSL | 53.5º | 0.7% | 0.56% | - |
| HSV(B) | 53.5º | 0.71% | 0.87% | - |
| XYZ | 52.91 | 59.57 | 13.71 | - |
| YUV | 194.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 65 | 0 | 0.08 | 0.71 | 0.13 | 53.5 | 0.7 | 0.56 |
| Hex | DE | CD | 41 | 0 | 8 | 47 | D | 36 | 46 | 38 |
| Octal | 336 | 315 | 101 | 0 | 10 | 107 | 15 | 66 | 106 | 70 |
| Binary | 11011110 | 11001101 | 1000001 | 0 | 1000 | 1000111 | 1101 | 110110 | 1000110 | 111000 |
Color Harmonies of #DECD41
Complementary color
Monochromatic Colors of #DECD41
Black with #DECD41
Text Example
Text Example
White with #DECD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD41; }
p { color: rgb(222,205,65); }
H1.HeaderClassName
{
color: #DECD41;
}
.AnyTagClassName
{
color: #DECD41;
}
</style>
background-color css
<style>
a { background-color: #DECD41; }
a { background-color: rgb(222,205,65); }
div.DivClassName
{
background-color: #DECD41;
}
.BgClassName
{
background-color: #DECD41;
}
</style>
border-color css
<style>
span { border-color: #DECD41; }
span { border-color: rgb(222,205,65); }
td.TdClassName
{
border-color: #DECD41;
}
.TagClassName
{
border-color: #DECD41;
}
</style>