Shades of Confetti #DEC94C
Tints of Confetti #DEC94C
RGB
CMYK
RGB Variations
Color information
#DEC94C (or 0xDEC94C) is known color: Confetti. HEX triplet: DE, C9 and 4C. RGB value is (222,201,76). Sum of RGB (Red+Green+Blue) = 222+201+76=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC94C is #2136B3. Grayscale: #C1C1C1. Windows color (decimal): -2176692 or 5032414. OLE color: 5032414.
HSL color Cylindrical-coordinate representation of color #DEC94C: hue angle of 51.37º 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 #DEC94C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 76 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.13 |
| HSL | 51.37º | 0.69% | 0.58% | - |
| HSV(B) | 51.37º | 0.66% | 0.87% | - |
| XYZ | 52.32 | 57.82 | 15.24 | - |
| YUV | 193.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 76 | 0 | 0.09 | 0.66 | 0.13 | 51.37 | 0.69 | 0.58 |
| Hex | DE | C9 | 4C | 0 | 9 | 42 | D | 33 | 45 | 3A |
| Octal | 336 | 311 | 114 | 0 | 11 | 102 | 15 | 63 | 105 | 72 |
| Binary | 11011110 | 11001001 | 1001100 | 0 | 1001 | 1000010 | 1101 | 110011 | 1000101 | 111010 |
Color Harmonies of #DEC94C
Complementary color
Monochromatic Colors of #DEC94C
Black with #DEC94C
Text Example
Text Example
White with #DEC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC94C; }
p { color: rgb(222,201,76); }
H1.HeaderClassName
{
color: #DEC94C;
}
.AnyTagClassName
{
color: #DEC94C;
}
</style>
background-color css
<style>
a { background-color: #DEC94C; }
a { background-color: rgb(222,201,76); }
div.DivClassName
{
background-color: #DEC94C;
}
.BgClassName
{
background-color: #DEC94C;
}
</style>
border-color css
<style>
span { border-color: #DEC94C; }
span { border-color: rgb(222,201,76); }
td.TdClassName
{
border-color: #DEC94C;
}
.TagClassName
{
border-color: #DEC94C;
}
</style>