Shades of Confetti #DEC944
Tints of Confetti #DEC944
RGB
CMYK
RGB Variations
Color information
#DEC944 (or 0xDEC944) is known color: Confetti. HEX triplet: DE, C9 and 44. RGB value is (222,201,68). Sum of RGB (Red+Green+Blue) = 222+201+68=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 68 (26.95% from 255 or 13.85% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC944 is #2136BB. Grayscale: #C0C0C0. Windows color (decimal): -2176700 or 4508126. OLE color: 4508126.
HSL color Cylindrical-coordinate representation of color #DEC944: hue angle of 51.82º 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 #DEC944 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 68 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.13 |
| HSL | 51.82º | 0.7% | 0.57% | - |
| HSV(B) | 51.82º | 0.69% | 0.87% | - |
| XYZ | 52.05 | 57.72 | 13.87 | - |
| YUV | 192.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 68 | 0 | 0.09 | 0.69 | 0.13 | 51.82 | 0.7 | 0.57 |
| Hex | DE | C9 | 44 | 0 | 9 | 45 | D | 34 | 46 | 39 |
| Octal | 336 | 311 | 104 | 0 | 11 | 105 | 15 | 64 | 106 | 71 |
| Binary | 11011110 | 11001001 | 1000100 | 0 | 1001 | 1000101 | 1101 | 110100 | 1000110 | 111001 |
Color Harmonies of #DEC944
Complementary color
Monochromatic Colors of #DEC944
Black with #DEC944
Text Example
Text Example
White with #DEC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC944; }
p { color: rgb(222,201,68); }
H1.HeaderClassName
{
color: #DEC944;
}
.AnyTagClassName
{
color: #DEC944;
}
</style>
background-color css
<style>
a { background-color: #DEC944; }
a { background-color: rgb(222,201,68); }
div.DivClassName
{
background-color: #DEC944;
}
.BgClassName
{
background-color: #DEC944;
}
</style>
border-color css
<style>
span { border-color: #DEC944; }
span { border-color: rgb(222,201,68); }
td.TdClassName
{
border-color: #DEC944;
}
.TagClassName
{
border-color: #DEC944;
}
</style>