Shades of Confetti #DEC84E
Tints of Confetti #DEC84E
RGB
CMYK
RGB Variations
Color information
#DEC84E (or 0xDEC84E) is known color: Confetti. HEX triplet: DE, C8 and 4E. RGB value is (222,200,78). Sum of RGB (Red+Green+Blue) = 222+200+78=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC84E is #2137B1. Grayscale: #C1C1C1. Windows color (decimal): -2176946 or 5163230. OLE color: 5163230.
HSL color Cylindrical-coordinate representation of color #DEC84E: hue angle of 50.83º 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 #DEC84E is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 78 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.13 |
| HSL | 50.83º | 0.69% | 0.59% | - |
| HSV(B) | 50.83º | 0.65% | 0.87% | - |
| XYZ | 52.15 | 57.39 | 15.54 | - |
| YUV | 192.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 78 | 0 | 0.10 | 0.65 | 0.13 | 50.83 | 0.69 | 0.59 |
| Hex | DE | C8 | 4E | 0 | A | 41 | D | 33 | 45 | 3B |
| Octal | 336 | 310 | 116 | 0 | 12 | 101 | 15 | 63 | 105 | 73 |
| Binary | 11011110 | 11001000 | 1001110 | 0 | 1010 | 1000001 | 1101 | 110011 | 1000101 | 111011 |
Color Harmonies of #DEC84E
Complementary color
Monochromatic Colors of #DEC84E
Black with #DEC84E
Text Example
Text Example
White with #DEC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC84E; }
p { color: rgb(222,200,78); }
H1.HeaderClassName
{
color: #DEC84E;
}
.AnyTagClassName
{
color: #DEC84E;
}
</style>
background-color css
<style>
a { background-color: #DEC84E; }
a { background-color: rgb(222,200,78); }
div.DivClassName
{
background-color: #DEC84E;
}
.BgClassName
{
background-color: #DEC84E;
}
</style>
border-color css
<style>
span { border-color: #DEC84E; }
span { border-color: rgb(222,200,78); }
td.TdClassName
{
border-color: #DEC84E;
}
.TagClassName
{
border-color: #DEC84E;
}
</style>