Shades of Confetti #DEC844
Tints of Confetti #DEC844
RGB
CMYK
RGB Variations
Color information
#DEC844 (or 0xDEC844) is known color: Confetti. HEX triplet: DE, C8 and 44. RGB value is (222,200,68). Sum of RGB (Red+Green+Blue) = 222+200+68=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC844 is #2137BB. Grayscale: #C0C0C0. Windows color (decimal): -2176956 or 4507870. OLE color: 4507870.
HSL color Cylindrical-coordinate representation of color #DEC844: hue angle of 51.43º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEC844 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 68 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.13 |
| HSL | 51.43º | 0.7% | 0.57% | - |
| HSV(B) | 51.43º | 0.69% | 0.87% | - |
| XYZ | 51.82 | 57.26 | 13.79 | - |
| YUV | 191.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 68 | 0 | 0.10 | 0.69 | 0.13 | 51.43 | 0.7 | 0.57 |
| Hex | DE | C8 | 44 | 0 | A | 45 | D | 33 | 46 | 39 |
| Octal | 336 | 310 | 104 | 0 | 12 | 105 | 15 | 63 | 106 | 71 |
| Binary | 11011110 | 11001000 | 1000100 | 0 | 1010 | 1000101 | 1101 | 110011 | 1000110 | 111001 |
Color Harmonies of #DEC844
Complementary color
Monochromatic Colors of #DEC844
Black with #DEC844
Text Example
Text Example
White with #DEC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC844; }
p { color: rgb(222,200,68); }
H1.HeaderClassName
{
color: #DEC844;
}
.AnyTagClassName
{
color: #DEC844;
}
</style>
background-color css
<style>
a { background-color: #DEC844; }
a { background-color: rgb(222,200,68); }
div.DivClassName
{
background-color: #DEC844;
}
.BgClassName
{
background-color: #DEC844;
}
</style>
border-color css
<style>
span { border-color: #DEC844; }
span { border-color: rgb(222,200,68); }
td.TdClassName
{
border-color: #DEC844;
}
.TagClassName
{
border-color: #DEC844;
}
</style>