Shades of Confetti #DEC54D
Tints of Confetti #DEC54D
RGB
CMYK
RGB Variations
Color information
#DEC54D (or 0xDEC54D) is known color: Confetti. HEX triplet: DE, C5 and 4D. RGB value is (222,197,77). Sum of RGB (Red+Green+Blue) = 222+197+77=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC54D is #213AB2. Grayscale: #BFBFBF. Windows color (decimal): -2177715 or 5096926. OLE color: 5096926.
HSL color Cylindrical-coordinate representation of color #DEC54D: hue angle of 49.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEC54D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 77 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.13 |
| HSL | 49.66º | 0.69% | 0.59% | - |
| HSV(B) | 49.66º | 0.65% | 0.87% | - |
| XYZ | 51.43 | 56 | 15.12 | - |
| YUV | 190.8 | 63.78 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 77 | 0 | 0.11 | 0.65 | 0.13 | 49.66 | 0.69 | 0.59 |
| Hex | DE | C5 | 4D | 0 | B | 41 | D | 32 | 45 | 3B |
| Octal | 336 | 305 | 115 | 0 | 13 | 101 | 15 | 62 | 105 | 73 |
| Binary | 11011110 | 11000101 | 1001101 | 0 | 1011 | 1000001 | 1101 | 110010 | 1000101 | 111011 |
Color Harmonies of #DEC54D
Complementary color
Monochromatic Colors of #DEC54D
Black with #DEC54D
Text Example
Text Example
White with #DEC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC54D; }
p { color: rgb(222,197,77); }
H1.HeaderClassName
{
color: #DEC54D;
}
.AnyTagClassName
{
color: #DEC54D;
}
</style>
background-color css
<style>
a { background-color: #DEC54D; }
a { background-color: rgb(222,197,77); }
div.DivClassName
{
background-color: #DEC54D;
}
.BgClassName
{
background-color: #DEC54D;
}
</style>
border-color css
<style>
span { border-color: #DEC54D; }
span { border-color: rgb(222,197,77); }
td.TdClassName
{
border-color: #DEC54D;
}
.TagClassName
{
border-color: #DEC54D;
}
</style>