Shades of Confetti #DEC44D
Tints of Confetti #DEC44D
RGB
CMYK
RGB Variations
Color information
#DEC44D (or 0xDEC44D) is known color: Confetti. HEX triplet: DE, C4 and 4D. RGB value is (222,196,77). Sum of RGB (Red+Green+Blue) = 222+196+77=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC44D is #213BB2. Grayscale: #BEBEBE. Windows color (decimal): -2177971 or 5096670. OLE color: 5096670.
HSL color Cylindrical-coordinate representation of color #DEC44D: hue angle of 49.24º 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 #DEC44D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 77 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.13 |
| HSL | 49.24º | 0.69% | 0.59% | - |
| HSV(B) | 49.24º | 0.65% | 0.87% | - |
| XYZ | 51.2 | 55.55 | 15.04 | - |
| YUV | 190.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 77 | 0 | 0.12 | 0.65 | 0.13 | 49.24 | 0.69 | 0.59 |
| Hex | DE | C4 | 4D | 0 | C | 41 | D | 31 | 45 | 3B |
| Octal | 336 | 304 | 115 | 0 | 14 | 101 | 15 | 61 | 105 | 73 |
| Binary | 11011110 | 11000100 | 1001101 | 0 | 1100 | 1000001 | 1101 | 110001 | 1000101 | 111011 |
Color Harmonies of #DEC44D
Complementary color
Monochromatic Colors of #DEC44D
Black with #DEC44D
Text Example
Text Example
White with #DEC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC44D; }
p { color: rgb(222,196,77); }
H1.HeaderClassName
{
color: #DEC44D;
}
.AnyTagClassName
{
color: #DEC44D;
}
</style>
background-color css
<style>
a { background-color: #DEC44D; }
a { background-color: rgb(222,196,77); }
div.DivClassName
{
background-color: #DEC44D;
}
.BgClassName
{
background-color: #DEC44D;
}
</style>
border-color css
<style>
span { border-color: #DEC44D; }
span { border-color: rgb(222,196,77); }
td.TdClassName
{
border-color: #DEC44D;
}
.TagClassName
{
border-color: #DEC44D;
}
</style>