Shades of Confetti #DECA50
Tints of Confetti #DECA50
RGB
CMYK
RGB Variations
Color information
#DECA50 (or 0xDECA50) is known color: Confetti. HEX triplet: DE, CA and 50. RGB value is (222,202,80). Sum of RGB (Red+Green+Blue) = 222+202+80=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA50 is #2135AF. Grayscale: #C2C2C2. Windows color (decimal): -2176432 or 5294814. OLE color: 5294814.
HSL color Cylindrical-coordinate representation of color #DECA50: hue angle of 51.55º 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 #DECA50 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 80 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.55º | 0.68% | 0.59% | - |
| HSV(B) | 51.55º | 0.64% | 0.87% | - |
| XYZ | 52.69 | 58.35 | 16.07 | - |
| YUV | 194.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 80 | 0 | 0.09 | 0.64 | 0.13 | 51.55 | 0.68 | 0.59 |
| Hex | DE | CA | 50 | 0 | 9 | 40 | D | 34 | 44 | 3B |
| Octal | 336 | 312 | 120 | 0 | 11 | 100 | 15 | 64 | 104 | 73 |
| Binary | 11011110 | 11001010 | 1010000 | 0 | 1001 | 1000000 | 1101 | 110100 | 1000100 | 111011 |
Color Harmonies of #DECA50
Complementary color
Monochromatic Colors of #DECA50
Black with #DECA50
Text Example
Text Example
White with #DECA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA50; }
p { color: rgb(222,202,80); }
H1.HeaderClassName
{
color: #DECA50;
}
.AnyTagClassName
{
color: #DECA50;
}
</style>
background-color css
<style>
a { background-color: #DECA50; }
a { background-color: rgb(222,202,80); }
div.DivClassName
{
background-color: #DECA50;
}
.BgClassName
{
background-color: #DECA50;
}
</style>
border-color css
<style>
span { border-color: #DECA50; }
span { border-color: rgb(222,202,80); }
td.TdClassName
{
border-color: #DECA50;
}
.TagClassName
{
border-color: #DECA50;
}
</style>