Shades of Confetti #DECC44
Tints of Confetti #DECC44
RGB
CMYK
RGB Variations
Color information
#DECC44 (or 0xDECC44) is known color: Confetti. HEX triplet: DE, CC and 44. RGB value is (222,204,68). Sum of RGB (Red+Green+Blue) = 222+204+68=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 68 (26.95% from 255 or 13.77% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC44 is #2133BB. Grayscale: #C2C2C2. Windows color (decimal): -2175932 or 4508894. OLE color: 4508894.
HSL color Cylindrical-coordinate representation of color #DECC44: hue angle of 52.99º 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 #DECC44 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 68 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.13 |
| HSL | 52.99º | 0.7% | 0.57% | - |
| HSV(B) | 52.99º | 0.69% | 0.87% | - |
| XYZ | 52.76 | 59.13 | 14.1 | - |
| YUV | 193.88 | 56.96 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 68 | 0 | 0.08 | 0.69 | 0.13 | 52.99 | 0.7 | 0.57 |
| Hex | DE | CC | 44 | 0 | 8 | 45 | D | 35 | 46 | 39 |
| Octal | 336 | 314 | 104 | 0 | 10 | 105 | 15 | 65 | 106 | 71 |
| Binary | 11011110 | 11001100 | 1000100 | 0 | 1000 | 1000101 | 1101 | 110101 | 1000110 | 111001 |
Color Harmonies of #DECC44
Complementary color
Monochromatic Colors of #DECC44
Black with #DECC44
Text Example
Text Example
White with #DECC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC44; }
p { color: rgb(222,204,68); }
H1.HeaderClassName
{
color: #DECC44;
}
.AnyTagClassName
{
color: #DECC44;
}
</style>
background-color css
<style>
a { background-color: #DECC44; }
a { background-color: rgb(222,204,68); }
div.DivClassName
{
background-color: #DECC44;
}
.BgClassName
{
background-color: #DECC44;
}
</style>
border-color css
<style>
span { border-color: #DECC44; }
span { border-color: rgb(222,204,68); }
td.TdClassName
{
border-color: #DECC44;
}
.TagClassName
{
border-color: #DECC44;
}
</style>