Shades of Confetti #DEC554
Tints of Confetti #DEC554
RGB
CMYK
RGB Variations
Color information
#DEC554 (or 0xDEC554) is known color: Confetti. HEX triplet: DE, C5 and 54. RGB value is (222,197,84). Sum of RGB (Red+Green+Blue) = 222+197+84=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC554 is #213AAB. Grayscale: #C0C0C0. Windows color (decimal): -2177708 or 5555678. OLE color: 5555678.
HSL color Cylindrical-coordinate representation of color #DEC554: hue angle of 49.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DEC554 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 84 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.13 |
| HSL | 49.13º | 0.68% | 0.6% | - |
| HSV(B) | 49.13º | 0.62% | 0.87% | - |
| XYZ | 51.69 | 56.1 | 16.49 | - |
| YUV | 191.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 84 | 0 | 0.11 | 0.62 | 0.13 | 49.13 | 0.68 | 0.6 |
| Hex | DE | C5 | 54 | 0 | B | 3E | D | 31 | 44 | 3C |
| Octal | 336 | 305 | 124 | 0 | 13 | 76 | 15 | 61 | 104 | 74 |
| Binary | 11011110 | 11000101 | 1010100 | 0 | 1011 | 111110 | 1101 | 110001 | 1000100 | 111100 |
Color Harmonies of #DEC554
Complementary color
Monochromatic Colors of #DEC554
Black with #DEC554
Text Example
Text Example
White with #DEC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC554; }
p { color: rgb(222,197,84); }
H1.HeaderClassName
{
color: #DEC554;
}
.AnyTagClassName
{
color: #DEC554;
}
</style>
background-color css
<style>
a { background-color: #DEC554; }
a { background-color: rgb(222,197,84); }
div.DivClassName
{
background-color: #DEC554;
}
.BgClassName
{
background-color: #DEC554;
}
</style>
border-color css
<style>
span { border-color: #DEC554; }
span { border-color: rgb(222,197,84); }
td.TdClassName
{
border-color: #DEC554;
}
.TagClassName
{
border-color: #DEC554;
}
</style>