Shades of Confetti #DECD40
Tints of Confetti #DECD40
RGB
CMYK
RGB Variations
Color information
#DECD40 (or 0xDECD40) is known color: Confetti. HEX triplet: DE, CD and 40. RGB value is (222,205,64). Sum of RGB (Red+Green+Blue) = 222+205+64=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD40 is #2132BF. Grayscale: #C2C2C2. Windows color (decimal): -2175680 or 4247006. OLE color: 4247006.
HSL color Cylindrical-coordinate representation of color #DECD40: hue angle of 53.54º 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 #DECD40 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 64 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.13 |
| HSL | 53.54º | 0.71% | 0.56% | - |
| HSV(B) | 53.54º | 0.71% | 0.87% | - |
| XYZ | 52.88 | 59.56 | 13.56 | - |
| YUV | 194.01 | 54.63 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 64 | 0 | 0.08 | 0.71 | 0.13 | 53.54 | 0.71 | 0.56 |
| Hex | DE | CD | 40 | 0 | 8 | 47 | D | 36 | 47 | 38 |
| Octal | 336 | 315 | 100 | 0 | 10 | 107 | 15 | 66 | 107 | 70 |
| Binary | 11011110 | 11001101 | 1000000 | 0 | 1000 | 1000111 | 1101 | 110110 | 1000111 | 111000 |
Color Harmonies of #DECD40
Complementary color
Monochromatic Colors of #DECD40
Black with #DECD40
Text Example
Text Example
White with #DECD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD40; }
p { color: rgb(222,205,64); }
H1.HeaderClassName
{
color: #DECD40;
}
.AnyTagClassName
{
color: #DECD40;
}
</style>
background-color css
<style>
a { background-color: #DECD40; }
a { background-color: rgb(222,205,64); }
div.DivClassName
{
background-color: #DECD40;
}
.BgClassName
{
background-color: #DECD40;
}
</style>
border-color css
<style>
span { border-color: #DECD40; }
span { border-color: rgb(222,205,64); }
td.TdClassName
{
border-color: #DECD40;
}
.TagClassName
{
border-color: #DECD40;
}
</style>