Shades of Confetti #DEC63E
Tints of Confetti #DEC63E
RGB
CMYK
RGB Variations
Color information
#DEC63E (or 0xDEC63E) is known color: Confetti. HEX triplet: DE, C6 and 3E. RGB value is (222,198,62). Sum of RGB (Red+Green+Blue) = 222+198+62=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC63E is #2139C1. Grayscale: #BEBEBE. Windows color (decimal): -2177474 or 4114142. OLE color: 4114142.
HSL color Cylindrical-coordinate representation of color #DEC63E: hue angle of 51º 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 #DEC63E is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 62 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.13 |
| HSL | 51º | 0.71% | 0.56% | - |
| HSV(B) | 51º | 0.72% | 0.87% | - |
| XYZ | 51.19 | 56.27 | 12.72 | - |
| YUV | 189.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 62 | 0 | 0.11 | 0.72 | 0.13 | 51 | 0.71 | 0.56 |
| Hex | DE | C6 | 3E | 0 | B | 48 | D | 33 | 47 | 38 |
| Octal | 336 | 306 | 76 | 0 | 13 | 110 | 15 | 63 | 107 | 70 |
| Binary | 11011110 | 11000110 | 111110 | 0 | 1011 | 1001000 | 1101 | 110011 | 1000111 | 111000 |
Color Harmonies of #DEC63E
Complementary color
Monochromatic Colors of #DEC63E
Black with #DEC63E
Text Example
Text Example
White with #DEC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC63E; }
p { color: rgb(222,198,62); }
H1.HeaderClassName
{
color: #DEC63E;
}
.AnyTagClassName
{
color: #DEC63E;
}
</style>
background-color css
<style>
a { background-color: #DEC63E; }
a { background-color: rgb(222,198,62); }
div.DivClassName
{
background-color: #DEC63E;
}
.BgClassName
{
background-color: #DEC63E;
}
</style>
border-color css
<style>
span { border-color: #DEC63E; }
span { border-color: rgb(222,198,62); }
td.TdClassName
{
border-color: #DEC63E;
}
.TagClassName
{
border-color: #DEC63E;
}
</style>