Shades of Confetti #DEC14C
Tints of Confetti #DEC14C
RGB
CMYK
RGB Variations
Color information
#DEC14C (or 0xDEC14C) is known color: Confetti. HEX triplet: DE, C1 and 4C. RGB value is (222,193,76). Sum of RGB (Red+Green+Blue) = 222+193+76=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC14C is #213EB3. Grayscale: #BCBCBC. Windows color (decimal): -2178740 or 5030366. OLE color: 5030366.
HSL color Cylindrical-coordinate representation of color #DEC14C: hue angle of 48.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEC14C is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 76 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.13 |
| HSL | 48.08º | 0.69% | 0.58% | - |
| HSV(B) | 48.08º | 0.66% | 0.87% | - |
| XYZ | 50.5 | 54.19 | 14.64 | - |
| YUV | 188.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 76 | 0 | 0.13 | 0.66 | 0.13 | 48.08 | 0.69 | 0.58 |
| Hex | DE | C1 | 4C | 0 | D | 42 | D | 30 | 45 | 3A |
| Octal | 336 | 301 | 114 | 0 | 15 | 102 | 15 | 60 | 105 | 72 |
| Binary | 11011110 | 11000001 | 1001100 | 0 | 1101 | 1000010 | 1101 | 110000 | 1000101 | 111010 |
Color Harmonies of #DEC14C
Complementary color
Monochromatic Colors of #DEC14C
Black with #DEC14C
Text Example
Text Example
White with #DEC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC14C; }
p { color: rgb(222,193,76); }
H1.HeaderClassName
{
color: #DEC14C;
}
.AnyTagClassName
{
color: #DEC14C;
}
</style>
background-color css
<style>
a { background-color: #DEC14C; }
a { background-color: rgb(222,193,76); }
div.DivClassName
{
background-color: #DEC14C;
}
.BgClassName
{
background-color: #DEC14C;
}
</style>
border-color css
<style>
span { border-color: #DEC14C; }
span { border-color: rgb(222,193,76); }
td.TdClassName
{
border-color: #DEC14C;
}
.TagClassName
{
border-color: #DEC14C;
}
</style>