Shades of Confetti #DEC450
Tints of Confetti #DEC450
RGB
CMYK
RGB Variations
Color information
#DEC450 (or 0xDEC450) is known color: Confetti. HEX triplet: DE, C4 and 50. RGB value is (222,196,80). Sum of RGB (Red+Green+Blue) = 222+196+80=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC450 is #213BAF. Grayscale: #BFBFBF. Windows color (decimal): -2177968 or 5293278. OLE color: 5293278.
HSL color Cylindrical-coordinate representation of color #DEC450: hue angle of 49.01º 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 #DEC450 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 80 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.13 |
| HSL | 49.01º | 0.68% | 0.59% | - |
| HSV(B) | 49.01º | 0.64% | 0.87% | - |
| XYZ | 51.31 | 55.59 | 15.61 | - |
| YUV | 190.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 80 | 0 | 0.12 | 0.64 | 0.13 | 49.01 | 0.68 | 0.59 |
| Hex | DE | C4 | 50 | 0 | C | 40 | D | 31 | 44 | 3B |
| Octal | 336 | 304 | 120 | 0 | 14 | 100 | 15 | 61 | 104 | 73 |
| Binary | 11011110 | 11000100 | 1010000 | 0 | 1100 | 1000000 | 1101 | 110001 | 1000100 | 111011 |
Color Harmonies of #DEC450
Complementary color
Monochromatic Colors of #DEC450
Black with #DEC450
Text Example
Text Example
White with #DEC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC450; }
p { color: rgb(222,196,80); }
H1.HeaderClassName
{
color: #DEC450;
}
.AnyTagClassName
{
color: #DEC450;
}
</style>
background-color css
<style>
a { background-color: #DEC450; }
a { background-color: rgb(222,196,80); }
div.DivClassName
{
background-color: #DEC450;
}
.BgClassName
{
background-color: #DEC450;
}
</style>
border-color css
<style>
span { border-color: #DEC450; }
span { border-color: rgb(222,196,80); }
td.TdClassName
{
border-color: #DEC450;
}
.TagClassName
{
border-color: #DEC450;
}
</style>