Shades of Confetti #DECE3E
Tints of Confetti #DECE3E
RGB
CMYK
RGB Variations
Color information
#DECE3E (or 0xDECE3E) is known color: Confetti. HEX triplet: DE, CE and 3E. RGB value is (222,206,62). Sum of RGB (Red+Green+Blue) = 222+206+62=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECE3E is #2131C1. Grayscale: #C2C2C2. Windows color (decimal): -2175426 or 4116190. OLE color: 4116190.
HSL color Cylindrical-coordinate representation of color #DECE3E: hue angle of 54º 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 #DECE3E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 62 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.13 |
| HSL | 54º | 0.71% | 0.56% | - |
| HSV(B) | 54º | 0.72% | 0.87% | - |
| XYZ | 53.07 | 60.02 | 13.35 | - |
| YUV | 194.37 | 53.3 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 62 | 0 | 0.07 | 0.72 | 0.13 | 54 | 0.71 | 0.56 |
| Hex | DE | CE | 3E | 0 | 7 | 48 | D | 36 | 47 | 38 |
| Octal | 336 | 316 | 76 | 0 | 7 | 110 | 15 | 66 | 107 | 70 |
| Binary | 11011110 | 11001110 | 111110 | 0 | 111 | 1001000 | 1101 | 110110 | 1000111 | 111000 |
Color Harmonies of #DECE3E
Complementary color
Monochromatic Colors of #DECE3E
Black with #DECE3E
Text Example
Text Example
White with #DECE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE3E; }
p { color: rgb(222,206,62); }
H1.HeaderClassName
{
color: #DECE3E;
}
.AnyTagClassName
{
color: #DECE3E;
}
</style>
background-color css
<style>
a { background-color: #DECE3E; }
a { background-color: rgb(222,206,62); }
div.DivClassName
{
background-color: #DECE3E;
}
.BgClassName
{
background-color: #DECE3E;
}
</style>
border-color css
<style>
span { border-color: #DECE3E; }
span { border-color: rgb(222,206,62); }
td.TdClassName
{
border-color: #DECE3E;
}
.TagClassName
{
border-color: #DECE3E;
}
</style>