Shades of Confetti #DECE51
Tints of Confetti #DECE51
RGB
CMYK
RGB Variations
Color information
#DECE51 (or 0xDECE51) is known color: Confetti. HEX triplet: DE, CE and 51. RGB value is (222,206,81). Sum of RGB (Red+Green+Blue) = 222+206+81=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE51 is #2131AE. Grayscale: #C5C5C5. Windows color (decimal): -2175407 or 5361374. OLE color: 5361374.
HSL color Cylindrical-coordinate representation of color #DECE51: hue angle of 53.19º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DECE51 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 81 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.13 |
| HSL | 53.19º | 0.68% | 0.59% | - |
| HSV(B) | 53.19º | 0.64% | 0.87% | - |
| XYZ | 53.68 | 60.27 | 16.59 | - |
| YUV | 196.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 81 | 0 | 0.07 | 0.64 | 0.13 | 53.19 | 0.68 | 0.59 |
| Hex | DE | CE | 51 | 0 | 7 | 40 | D | 35 | 44 | 3B |
| Octal | 336 | 316 | 121 | 0 | 7 | 100 | 15 | 65 | 104 | 73 |
| Binary | 11011110 | 11001110 | 1010001 | 0 | 111 | 1000000 | 1101 | 110101 | 1000100 | 111011 |
Color Harmonies of #DECE51
Complementary color
Monochromatic Colors of #DECE51
Black with #DECE51
Text Example
Text Example
White with #DECE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE51; }
p { color: rgb(222,206,81); }
H1.HeaderClassName
{
color: #DECE51;
}
.AnyTagClassName
{
color: #DECE51;
}
</style>
background-color css
<style>
a { background-color: #DECE51; }
a { background-color: rgb(222,206,81); }
div.DivClassName
{
background-color: #DECE51;
}
.BgClassName
{
background-color: #DECE51;
}
</style>
border-color css
<style>
span { border-color: #DECE51; }
span { border-color: rgb(222,206,81); }
td.TdClassName
{
border-color: #DECE51;
}
.TagClassName
{
border-color: #DECE51;
}
</style>