Shades of Confetti #DECC51
Tints of Confetti #DECC51
RGB
CMYK
RGB Variations
Color information
#DECC51 (or 0xDECC51) is known color: Confetti. HEX triplet: DE, CC and 51. RGB value is (222,204,81). Sum of RGB (Red+Green+Blue) = 222+204+81=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC51 is #2133AE. Grayscale: #C3C3C3. Windows color (decimal): -2175919 or 5360862. OLE color: 5360862.
HSL color Cylindrical-coordinate representation of color #DECC51: hue angle of 52.34º 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 #DECC51 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 81 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.13 |
| HSL | 52.34º | 0.68% | 0.59% | - |
| HSV(B) | 52.34º | 0.64% | 0.87% | - |
| XYZ | 53.2 | 59.31 | 16.43 | - |
| YUV | 195.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 81 | 0 | 0.08 | 0.64 | 0.13 | 52.34 | 0.68 | 0.59 |
| Hex | DE | CC | 51 | 0 | 8 | 40 | D | 34 | 44 | 3B |
| Octal | 336 | 314 | 121 | 0 | 10 | 100 | 15 | 64 | 104 | 73 |
| Binary | 11011110 | 11001100 | 1010001 | 0 | 1000 | 1000000 | 1101 | 110100 | 1000100 | 111011 |
Color Harmonies of #DECC51
Complementary color
Monochromatic Colors of #DECC51
Black with #DECC51
Text Example
Text Example
White with #DECC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC51; }
p { color: rgb(222,204,81); }
H1.HeaderClassName
{
color: #DECC51;
}
.AnyTagClassName
{
color: #DECC51;
}
</style>
background-color css
<style>
a { background-color: #DECC51; }
a { background-color: rgb(222,204,81); }
div.DivClassName
{
background-color: #DECC51;
}
.BgClassName
{
background-color: #DECC51;
}
</style>
border-color css
<style>
span { border-color: #DECC51; }
span { border-color: rgb(222,204,81); }
td.TdClassName
{
border-color: #DECC51;
}
.TagClassName
{
border-color: #DECC51;
}
</style>