Shades of Confetti #DEC456
Tints of Confetti #DEC456
RGB
CMYK
RGB Variations
Color information
#DEC456 (or 0xDEC456) is known color: Confetti. HEX triplet: DE, C4 and 56. RGB value is (222,196,86). Sum of RGB (Red+Green+Blue) = 222+196+86=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC456 is #213BA9. Grayscale: #BFBFBF. Windows color (decimal): -2177962 or 5686494. OLE color: 5686494.
HSL color Cylindrical-coordinate representation of color #DEC456: hue angle of 48.53º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEC456 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 86 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.13 |
| HSL | 48.53º | 0.67% | 0.6% | - |
| HSV(B) | 48.53º | 0.61% | 0.87% | - |
| XYZ | 51.54 | 55.68 | 16.84 | - |
| YUV | 191.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 86 | 0 | 0.12 | 0.61 | 0.13 | 48.53 | 0.67 | 0.6 |
| Hex | DE | C4 | 56 | 0 | C | 3D | D | 31 | 43 | 3C |
| Octal | 336 | 304 | 126 | 0 | 14 | 75 | 15 | 61 | 103 | 74 |
| Binary | 11011110 | 11000100 | 1010110 | 0 | 1100 | 111101 | 1101 | 110001 | 1000011 | 111100 |
Color Harmonies of #DEC456
Complementary color
Monochromatic Colors of #DEC456
Black with #DEC456
Text Example
Text Example
White with #DEC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC456; }
p { color: rgb(222,196,86); }
H1.HeaderClassName
{
color: #DEC456;
}
.AnyTagClassName
{
color: #DEC456;
}
</style>
background-color css
<style>
a { background-color: #DEC456; }
a { background-color: rgb(222,196,86); }
div.DivClassName
{
background-color: #DEC456;
}
.BgClassName
{
background-color: #DEC456;
}
</style>
border-color css
<style>
span { border-color: #DEC456; }
span { border-color: rgb(222,196,86); }
td.TdClassName
{
border-color: #DEC456;
}
.TagClassName
{
border-color: #DEC456;
}
</style>