Shades of Confetti #DEC644
Tints of Confetti #DEC644
RGB
CMYK
RGB Variations
Color information
#DEC644 (or 0xDEC644) is known color: Confetti. HEX triplet: DE, C6 and 44. RGB value is (222,198,68). Sum of RGB (Red+Green+Blue) = 222+198+68=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC644 is #2139BB. Grayscale: #BEBEBE. Windows color (decimal): -2177468 or 4507358. OLE color: 4507358.
HSL color Cylindrical-coordinate representation of color #DEC644: hue angle of 50.65º 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 #DEC644 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 68 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.65º | 0.7% | 0.57% | - |
| HSV(B) | 50.65º | 0.69% | 0.87% | - |
| XYZ | 51.36 | 56.34 | 13.64 | - |
| YUV | 190.36 | 58.95 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 68 | 0 | 0.11 | 0.69 | 0.13 | 50.65 | 0.7 | 0.57 |
| Hex | DE | C6 | 44 | 0 | B | 45 | D | 33 | 46 | 39 |
| Octal | 336 | 306 | 104 | 0 | 13 | 105 | 15 | 63 | 106 | 71 |
| Binary | 11011110 | 11000110 | 1000100 | 0 | 1011 | 1000101 | 1101 | 110011 | 1000110 | 111001 |
Color Harmonies of #DEC644
Complementary color
Monochromatic Colors of #DEC644
Black with #DEC644
Text Example
Text Example
White with #DEC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC644; }
p { color: rgb(222,198,68); }
H1.HeaderClassName
{
color: #DEC644;
}
.AnyTagClassName
{
color: #DEC644;
}
</style>
background-color css
<style>
a { background-color: #DEC644; }
a { background-color: rgb(222,198,68); }
div.DivClassName
{
background-color: #DEC644;
}
.BgClassName
{
background-color: #DEC644;
}
</style>
border-color css
<style>
span { border-color: #DEC644; }
span { border-color: rgb(222,198,68); }
td.TdClassName
{
border-color: #DEC644;
}
.TagClassName
{
border-color: #DEC644;
}
</style>