Shades of Confetti #DECF40
Tints of Confetti #DECF40
RGB
CMYK
RGB Variations
Color information
#DECF40 (or 0xDECF40) is known color: Confetti. HEX triplet: DE, CF and 40. RGB value is (222,207,64). Sum of RGB (Red+Green+Blue) = 222+207+64=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 64 (25.39% from 255 or 12.98% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF40 is #2130BF. Grayscale: #C3C3C3. Windows color (decimal): -2175168 or 4247518. OLE color: 4247518.
HSL color Cylindrical-coordinate representation of color #DECF40: hue angle of 54.3º 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 #DECF40 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 207 | 64 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.13 |
| HSL | 54.3º | 0.71% | 0.56% | - |
| HSV(B) | 54.3º | 0.71% | 0.87% | - |
| XYZ | 53.36 | 60.53 | 13.72 | - |
| YUV | 195.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 207 | 64 | 0 | 0.07 | 0.71 | 0.13 | 54.3 | 0.71 | 0.56 |
| Hex | DE | CF | 40 | 0 | 7 | 47 | D | 36 | 47 | 38 |
| Octal | 336 | 317 | 100 | 0 | 7 | 107 | 15 | 66 | 107 | 70 |
| Binary | 11011110 | 11001111 | 1000000 | 0 | 111 | 1000111 | 1101 | 110110 | 1000111 | 111000 |
Color Harmonies of #DECF40
Complementary color
Monochromatic Colors of #DECF40
Black with #DECF40
Text Example
Text Example
White with #DECF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECF40; }
p { color: rgb(222,207,64); }
H1.HeaderClassName
{
color: #DECF40;
}
.AnyTagClassName
{
color: #DECF40;
}
</style>
background-color css
<style>
a { background-color: #DECF40; }
a { background-color: rgb(222,207,64); }
div.DivClassName
{
background-color: #DECF40;
}
.BgClassName
{
background-color: #DECF40;
}
</style>
border-color css
<style>
span { border-color: #DECF40; }
span { border-color: rgb(222,207,64); }
td.TdClassName
{
border-color: #DECF40;
}
.TagClassName
{
border-color: #DECF40;
}
</style>