Shades of Confetti #DEC651
Tints of Confetti #DEC651
RGB
CMYK
RGB Variations
Color information
#DEC651 (or 0xDEC651) is known color: Confetti. HEX triplet: DE, C6 and 51. RGB value is (222,198,81). Sum of RGB (Red+Green+Blue) = 222+198+81=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC651 is #2139AE. Grayscale: #C0C0C0. Windows color (decimal): -2177455 or 5359326. OLE color: 5359326.
HSL color Cylindrical-coordinate representation of color #DEC651: hue angle of 49.79º 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 #DEC651 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 81 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.79º | 0.68% | 0.59% | - |
| HSV(B) | 49.79º | 0.64% | 0.87% | - |
| XYZ | 51.8 | 56.51 | 15.96 | - |
| YUV | 191.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 81 | 0 | 0.11 | 0.64 | 0.13 | 49.79 | 0.68 | 0.59 |
| Hex | DE | C6 | 51 | 0 | B | 40 | D | 32 | 44 | 3B |
| Octal | 336 | 306 | 121 | 0 | 13 | 100 | 15 | 62 | 104 | 73 |
| Binary | 11011110 | 11000110 | 1010001 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000100 | 111011 |
Color Harmonies of #DEC651
Complementary color
Monochromatic Colors of #DEC651
Black with #DEC651
Text Example
Text Example
White with #DEC651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC651; }
p { color: rgb(222,198,81); }
H1.HeaderClassName
{
color: #DEC651;
}
.AnyTagClassName
{
color: #DEC651;
}
</style>
background-color css
<style>
a { background-color: #DEC651; }
a { background-color: rgb(222,198,81); }
div.DivClassName
{
background-color: #DEC651;
}
.BgClassName
{
background-color: #DEC651;
}
</style>
border-color css
<style>
span { border-color: #DEC651; }
span { border-color: rgb(222,198,81); }
td.TdClassName
{
border-color: #DEC651;
}
.TagClassName
{
border-color: #DEC651;
}
</style>