Shades of Confetti #DEC150
Tints of Confetti #DEC150
RGB
CMYK
RGB Variations
Color information
#DEC150 (or 0xDEC150) is known color: Confetti. HEX triplet: DE, C1 and 50. RGB value is (222,193,80). Sum of RGB (Red+Green+Blue) = 222+193+80=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC150 is #213EAF. Grayscale: #BDBDBD. Windows color (decimal): -2178736 or 5292510. OLE color: 5292510.
HSL color Cylindrical-coordinate representation of color #DEC150: hue angle of 47.75º 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 #DEC150 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 80 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.13 |
| HSL | 47.75º | 0.68% | 0.59% | - |
| HSV(B) | 47.75º | 0.64% | 0.87% | - |
| XYZ | 50.64 | 54.25 | 15.39 | - |
| YUV | 188.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 80 | 0 | 0.13 | 0.64 | 0.13 | 47.75 | 0.68 | 0.59 |
| Hex | DE | C1 | 50 | 0 | D | 40 | D | 30 | 44 | 3B |
| Octal | 336 | 301 | 120 | 0 | 15 | 100 | 15 | 60 | 104 | 73 |
| Binary | 11011110 | 11000001 | 1010000 | 0 | 1101 | 1000000 | 1101 | 110000 | 1000100 | 111011 |
Color Harmonies of #DEC150
Complementary color
Monochromatic Colors of #DEC150
Black with #DEC150
Text Example
Text Example
White with #DEC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC150; }
p { color: rgb(222,193,80); }
H1.HeaderClassName
{
color: #DEC150;
}
.AnyTagClassName
{
color: #DEC150;
}
</style>
background-color css
<style>
a { background-color: #DEC150; }
a { background-color: rgb(222,193,80); }
div.DivClassName
{
background-color: #DEC150;
}
.BgClassName
{
background-color: #DEC150;
}
</style>
border-color css
<style>
span { border-color: #DEC150; }
span { border-color: rgb(222,193,80); }
td.TdClassName
{
border-color: #DEC150;
}
.TagClassName
{
border-color: #DEC150;
}
</style>