Shades of Confetti #DECA48
Tints of Confetti #DECA48
RGB
CMYK
RGB Variations
Color information
#DECA48 (or 0xDECA48) is known color: Confetti. HEX triplet: DE, CA and 48. RGB value is (222,202,72). Sum of RGB (Red+Green+Blue) = 222+202+72=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA48 is #2135B7. Grayscale: #C1C1C1. Windows color (decimal): -2176440 or 4770526. OLE color: 4770526.
HSL color Cylindrical-coordinate representation of color #DECA48: hue angle of 52º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DECA48 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 72 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.13 |
| HSL | 52º | 0.69% | 0.58% | - |
| HSV(B) | 52º | 0.68% | 0.87% | - |
| XYZ | 52.41 | 58.24 | 14.61 | - |
| YUV | 193.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 72 | 0 | 0.09 | 0.68 | 0.13 | 52 | 0.69 | 0.58 |
| Hex | DE | CA | 48 | 0 | 9 | 44 | D | 34 | 45 | 3A |
| Octal | 336 | 312 | 110 | 0 | 11 | 104 | 15 | 64 | 105 | 72 |
| Binary | 11011110 | 11001010 | 1001000 | 0 | 1001 | 1000100 | 1101 | 110100 | 1000101 | 111010 |
Color Harmonies of #DECA48
Complementary color
Monochromatic Colors of #DECA48
Black with #DECA48
Text Example
Text Example
White with #DECA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA48; }
p { color: rgb(222,202,72); }
H1.HeaderClassName
{
color: #DECA48;
}
.AnyTagClassName
{
color: #DECA48;
}
</style>
background-color css
<style>
a { background-color: #DECA48; }
a { background-color: rgb(222,202,72); }
div.DivClassName
{
background-color: #DECA48;
}
.BgClassName
{
background-color: #DECA48;
}
</style>
border-color css
<style>
span { border-color: #DECA48; }
span { border-color: rgb(222,202,72); }
td.TdClassName
{
border-color: #DECA48;
}
.TagClassName
{
border-color: #DECA48;
}
</style>