Shades of Confetti #DEC350
Tints of Confetti #DEC350
RGB
CMYK
RGB Variations
Color information
#DEC350 (or 0xDEC350) is known color: Confetti. HEX triplet: DE, C3 and 50. RGB value is (222,195,80). Sum of RGB (Red+Green+Blue) = 222+195+80=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC350 is #213CAF. Grayscale: #BEBEBE. Windows color (decimal): -2178224 or 5293022. OLE color: 5293022.
HSL color Cylindrical-coordinate representation of color #DEC350: hue angle of 48.59º 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 #DEC350 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.13 |
| HSL | 48.59º | 0.68% | 0.59% | - |
| HSV(B) | 48.59º | 0.64% | 0.87% | - |
| XYZ | 51.09 | 55.14 | 15.54 | - |
| YUV | 189.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 80 | 0 | 0.12 | 0.64 | 0.13 | 48.59 | 0.68 | 0.59 |
| Hex | DE | C3 | 50 | 0 | C | 40 | D | 31 | 44 | 3B |
| Octal | 336 | 303 | 120 | 0 | 14 | 100 | 15 | 61 | 104 | 73 |
| Binary | 11011110 | 11000011 | 1010000 | 0 | 1100 | 1000000 | 1101 | 110001 | 1000100 | 111011 |
Color Harmonies of #DEC350
Complementary color
Monochromatic Colors of #DEC350
Black with #DEC350
Text Example
Text Example
White with #DEC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC350; }
p { color: rgb(222,195,80); }
H1.HeaderClassName
{
color: #DEC350;
}
.AnyTagClassName
{
color: #DEC350;
}
</style>
background-color css
<style>
a { background-color: #DEC350; }
a { background-color: rgb(222,195,80); }
div.DivClassName
{
background-color: #DEC350;
}
.BgClassName
{
background-color: #DEC350;
}
</style>
border-color css
<style>
span { border-color: #DEC350; }
span { border-color: rgb(222,195,80); }
td.TdClassName
{
border-color: #DEC350;
}
.TagClassName
{
border-color: #DEC350;
}
</style>