Shades of Confetti #DEC650
Tints of Confetti #DEC650
RGB
CMYK
RGB Variations
Color information
#DEC650 (or 0xDEC650) is known color: Confetti. HEX triplet: DE, C6 and 50. RGB value is (222,198,80). Sum of RGB (Red+Green+Blue) = 222+198+80=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC650 is #2139AF. Grayscale: #C0C0C0. Windows color (decimal): -2177456 or 5293790. OLE color: 5293790.
HSL color Cylindrical-coordinate representation of color #DEC650: hue angle of 49.86º 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 #DEC650 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.86º | 0.68% | 0.59% | - |
| HSV(B) | 49.86º | 0.64% | 0.87% | - |
| XYZ | 51.77 | 56.5 | 15.77 | - |
| YUV | 191.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 80 | 0 | 0.11 | 0.64 | 0.13 | 49.86 | 0.68 | 0.59 |
| Hex | DE | C6 | 50 | 0 | B | 40 | D | 32 | 44 | 3B |
| Octal | 336 | 306 | 120 | 0 | 13 | 100 | 15 | 62 | 104 | 73 |
| Binary | 11011110 | 11000110 | 1010000 | 0 | 1011 | 1000000 | 1101 | 110010 | 1000100 | 111011 |
Color Harmonies of #DEC650
Complementary color
Monochromatic Colors of #DEC650
Black with #DEC650
Text Example
Text Example
White with #DEC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC650; }
p { color: rgb(222,198,80); }
H1.HeaderClassName
{
color: #DEC650;
}
.AnyTagClassName
{
color: #DEC650;
}
</style>
background-color css
<style>
a { background-color: #DEC650; }
a { background-color: rgb(222,198,80); }
div.DivClassName
{
background-color: #DEC650;
}
.BgClassName
{
background-color: #DEC650;
}
</style>
border-color css
<style>
span { border-color: #DEC650; }
span { border-color: rgb(222,198,80); }
td.TdClassName
{
border-color: #DEC650;
}
.TagClassName
{
border-color: #DEC650;
}
</style>