Shades of Confetti #DEC550
Tints of Confetti #DEC550
RGB
CMYK
RGB Variations
Color information
#DEC550 (or 0xDEC550) is known color: Confetti. HEX triplet: DE, C5 and 50. RGB value is (222,197,80). Sum of RGB (Red+Green+Blue) = 222+197+80=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC550 is #213AAF. Grayscale: #BFBFBF. Windows color (decimal): -2177712 or 5293534. OLE color: 5293534.
HSL color Cylindrical-coordinate representation of color #DEC550: hue angle of 49.44º 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 #DEC550 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 80 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.13 |
| HSL | 49.44º | 0.68% | 0.59% | - |
| HSV(B) | 49.44º | 0.64% | 0.87% | - |
| XYZ | 51.54 | 56.04 | 15.69 | - |
| YUV | 191.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 80 | 0 | 0.11 | 0.64 | 0.13 | 49.44 | 0.68 | 0.59 |
| Hex | DE | C5 | 50 | 0 | B | 40 | D | 31 | 44 | 3B |
| Octal | 336 | 305 | 120 | 0 | 13 | 100 | 15 | 61 | 104 | 73 |
| Binary | 11011110 | 11000101 | 1010000 | 0 | 1011 | 1000000 | 1101 | 110001 | 1000100 | 111011 |
Color Harmonies of #DEC550
Complementary color
Monochromatic Colors of #DEC550
Black with #DEC550
Text Example
Text Example
White with #DEC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC550; }
p { color: rgb(222,197,80); }
H1.HeaderClassName
{
color: #DEC550;
}
.AnyTagClassName
{
color: #DEC550;
}
</style>
background-color css
<style>
a { background-color: #DEC550; }
a { background-color: rgb(222,197,80); }
div.DivClassName
{
background-color: #DEC550;
}
.BgClassName
{
background-color: #DEC550;
}
</style>
border-color css
<style>
span { border-color: #DEC550; }
span { border-color: rgb(222,197,80); }
td.TdClassName
{
border-color: #DEC550;
}
.TagClassName
{
border-color: #DEC550;
}
</style>