Shades of Confetti #DEC14A
Tints of Confetti #DEC14A
RGB
CMYK
RGB Variations
Color information
#DEC14A (or 0xDEC14A) is known color: Confetti. HEX triplet: DE, C1 and 4A. RGB value is (222,193,74). Sum of RGB (Red+Green+Blue) = 222+193+74=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC14A is #213EB5. Grayscale: #BCBCBC. Windows color (decimal): -2178742 or 4899294. OLE color: 4899294.
HSL color Cylindrical-coordinate representation of color #DEC14A: hue angle of 48.24º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC14A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 74 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.13 |
| HSL | 48.24º | 0.69% | 0.58% | - |
| HSV(B) | 48.24º | 0.67% | 0.87% | - |
| XYZ | 50.43 | 54.16 | 14.28 | - |
| YUV | 188.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 74 | 0 | 0.13 | 0.67 | 0.13 | 48.24 | 0.69 | 0.58 |
| Hex | DE | C1 | 4A | 0 | D | 43 | D | 30 | 45 | 3A |
| Octal | 336 | 301 | 112 | 0 | 15 | 103 | 15 | 60 | 105 | 72 |
| Binary | 11011110 | 11000001 | 1001010 | 0 | 1101 | 1000011 | 1101 | 110000 | 1000101 | 111010 |
Color Harmonies of #DEC14A
Complementary color
Monochromatic Colors of #DEC14A
Black with #DEC14A
Text Example
Text Example
White with #DEC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC14A; }
p { color: rgb(222,193,74); }
H1.HeaderClassName
{
color: #DEC14A;
}
.AnyTagClassName
{
color: #DEC14A;
}
</style>
background-color css
<style>
a { background-color: #DEC14A; }
a { background-color: rgb(222,193,74); }
div.DivClassName
{
background-color: #DEC14A;
}
.BgClassName
{
background-color: #DEC14A;
}
</style>
border-color css
<style>
span { border-color: #DEC14A; }
span { border-color: rgb(222,193,74); }
td.TdClassName
{
border-color: #DEC14A;
}
.TagClassName
{
border-color: #DEC14A;
}
</style>