Shades of Confetti #DEC53E
Tints of Confetti #DEC53E
RGB
CMYK
RGB Variations
Color information
#DEC53E (or 0xDEC53E) is known color: Confetti. HEX triplet: DE, C5 and 3E. RGB value is (222,197,62). Sum of RGB (Red+Green+Blue) = 222+197+62=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC53E is #213AC1. Grayscale: #BDBDBD. Windows color (decimal): -2177730 or 4113886. OLE color: 4113886.
HSL color Cylindrical-coordinate representation of color #DEC53E: hue angle of 50.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEC53E is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 62 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.13 |
| HSL | 50.63º | 0.71% | 0.56% | - |
| HSV(B) | 50.63º | 0.72% | 0.87% | - |
| XYZ | 50.96 | 55.81 | 12.64 | - |
| YUV | 189.09 | 56.28 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 62 | 0 | 0.11 | 0.72 | 0.13 | 50.63 | 0.71 | 0.56 |
| Hex | DE | C5 | 3E | 0 | B | 48 | D | 33 | 47 | 38 |
| Octal | 336 | 305 | 76 | 0 | 13 | 110 | 15 | 63 | 107 | 70 |
| Binary | 11011110 | 11000101 | 111110 | 0 | 1011 | 1001000 | 1101 | 110011 | 1000111 | 111000 |
Color Harmonies of #DEC53E
Complementary color
Monochromatic Colors of #DEC53E
Black with #DEC53E
Text Example
Text Example
White with #DEC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC53E; }
p { color: rgb(222,197,62); }
H1.HeaderClassName
{
color: #DEC53E;
}
.AnyTagClassName
{
color: #DEC53E;
}
</style>
background-color css
<style>
a { background-color: #DEC53E; }
a { background-color: rgb(222,197,62); }
div.DivClassName
{
background-color: #DEC53E;
}
.BgClassName
{
background-color: #DEC53E;
}
</style>
border-color css
<style>
span { border-color: #DEC53E; }
span { border-color: rgb(222,197,62); }
td.TdClassName
{
border-color: #DEC53E;
}
.TagClassName
{
border-color: #DEC53E;
}
</style>