Shades of Confetti #DECD48
Tints of Confetti #DECD48
RGB
CMYK
RGB Variations
Color information
#DECD48 (or 0xDECD48) is known color: Confetti. HEX triplet: DE, CD and 48. RGB value is (222,205,72). Sum of RGB (Red+Green+Blue) = 222+205+72=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD48 is #2132B7. Grayscale: #C3C3C3. Windows color (decimal): -2175672 or 4771294. OLE color: 4771294.
HSL color Cylindrical-coordinate representation of color #DECD48: hue angle of 53.2º 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 #DECD48 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 72 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.13 |
| HSL | 53.2º | 0.69% | 0.58% | - |
| HSV(B) | 53.2º | 0.68% | 0.87% | - |
| XYZ | 53.13 | 59.66 | 14.85 | - |
| YUV | 194.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 72 | 0 | 0.08 | 0.68 | 0.13 | 53.2 | 0.69 | 0.58 |
| Hex | DE | CD | 48 | 0 | 8 | 44 | D | 35 | 45 | 3A |
| Octal | 336 | 315 | 110 | 0 | 10 | 104 | 15 | 65 | 105 | 72 |
| Binary | 11011110 | 11001101 | 1001000 | 0 | 1000 | 1000100 | 1101 | 110101 | 1000101 | 111010 |
Color Harmonies of #DECD48
Complementary color
Monochromatic Colors of #DECD48
Black with #DECD48
Text Example
Text Example
White with #DECD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD48; }
p { color: rgb(222,205,72); }
H1.HeaderClassName
{
color: #DECD48;
}
.AnyTagClassName
{
color: #DECD48;
}
</style>
background-color css
<style>
a { background-color: #DECD48; }
a { background-color: rgb(222,205,72); }
div.DivClassName
{
background-color: #DECD48;
}
.BgClassName
{
background-color: #DECD48;
}
</style>
border-color css
<style>
span { border-color: #DECD48; }
span { border-color: rgb(222,205,72); }
td.TdClassName
{
border-color: #DECD48;
}
.TagClassName
{
border-color: #DECD48;
}
</style>