Shades of Confetti #DECA51
Tints of Confetti #DECA51
RGB
CMYK
RGB Variations
Color information
#DECA51 (or 0xDECA51) is known color: Confetti. HEX triplet: DE, CA and 51. RGB value is (222,202,81). Sum of RGB (Red+Green+Blue) = 222+202+81=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA51 is #2135AE. Grayscale: #C2C2C2. Windows color (decimal): -2176431 or 5360350. OLE color: 5360350.
HSL color Cylindrical-coordinate representation of color #DECA51: hue angle of 51.49º 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 #DECA51 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 81 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.13 |
| HSL | 51.49º | 0.68% | 0.59% | - |
| HSV(B) | 51.49º | 0.64% | 0.87% | - |
| XYZ | 52.73 | 58.36 | 16.27 | - |
| YUV | 194.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 81 | 0 | 0.09 | 0.64 | 0.13 | 51.49 | 0.68 | 0.59 |
| Hex | DE | CA | 51 | 0 | 9 | 40 | D | 33 | 44 | 3B |
| Octal | 336 | 312 | 121 | 0 | 11 | 100 | 15 | 63 | 104 | 73 |
| Binary | 11011110 | 11001010 | 1010001 | 0 | 1001 | 1000000 | 1101 | 110011 | 1000100 | 111011 |
Color Harmonies of #DECA51
Complementary color
Monochromatic Colors of #DECA51
Black with #DECA51
Text Example
Text Example
White with #DECA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA51; }
p { color: rgb(222,202,81); }
H1.HeaderClassName
{
color: #DECA51;
}
.AnyTagClassName
{
color: #DECA51;
}
</style>
background-color css
<style>
a { background-color: #DECA51; }
a { background-color: rgb(222,202,81); }
div.DivClassName
{
background-color: #DECA51;
}
.BgClassName
{
background-color: #DECA51;
}
</style>
border-color css
<style>
span { border-color: #DECA51; }
span { border-color: rgb(222,202,81); }
td.TdClassName
{
border-color: #DECA51;
}
.TagClassName
{
border-color: #DECA51;
}
</style>