Shades of Confetti #DEC14D
Tints of Confetti #DEC14D
RGB
CMYK
RGB Variations
Color information
#DEC14D (or 0xDEC14D) is known color: Confetti. HEX triplet: DE, C1 and 4D. RGB value is (222,193,77). Sum of RGB (Red+Green+Blue) = 222+193+77=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC14D is #213EB2. Grayscale: #BCBCBC. Windows color (decimal): -2178739 or 5095902. OLE color: 5095902.
HSL color Cylindrical-coordinate representation of color #DEC14D: hue angle of 48º 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 #DEC14D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 77 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.13 |
| HSL | 48º | 0.69% | 0.59% | - |
| HSV(B) | 48º | 0.65% | 0.87% | - |
| XYZ | 50.53 | 54.21 | 14.82 | - |
| YUV | 188.45 | 65.11 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 77 | 0 | 0.13 | 0.65 | 0.13 | 48 | 0.69 | 0.59 |
| Hex | DE | C1 | 4D | 0 | D | 41 | D | 30 | 45 | 3B |
| Octal | 336 | 301 | 115 | 0 | 15 | 101 | 15 | 60 | 105 | 73 |
| Binary | 11011110 | 11000001 | 1001101 | 0 | 1101 | 1000001 | 1101 | 110000 | 1000101 | 111011 |
Color Harmonies of #DEC14D
Complementary color
Monochromatic Colors of #DEC14D
Black with #DEC14D
Text Example
Text Example
White with #DEC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC14D; }
p { color: rgb(222,193,77); }
H1.HeaderClassName
{
color: #DEC14D;
}
.AnyTagClassName
{
color: #DEC14D;
}
</style>
background-color css
<style>
a { background-color: #DEC14D; }
a { background-color: rgb(222,193,77); }
div.DivClassName
{
background-color: #DEC14D;
}
.BgClassName
{
background-color: #DEC14D;
}
</style>
border-color css
<style>
span { border-color: #DEC14D; }
span { border-color: rgb(222,193,77); }
td.TdClassName
{
border-color: #DEC14D;
}
.TagClassName
{
border-color: #DEC14D;
}
</style>