Shades of Confetti #DECD55
Tints of Confetti #DECD55
RGB
CMYK
RGB Variations
Color information
#DECD55 (or 0xDECD55) is known color: Confetti. HEX triplet: DE, CD and 55. RGB value is (222,205,85). Sum of RGB (Red+Green+Blue) = 222+205+85=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD55 is #2132AA. Grayscale: #C4C4C4. Windows color (decimal): -2175659 or 5623262. OLE color: 5623262.
HSL color Cylindrical-coordinate representation of color #DECD55: hue angle of 52.55º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DECD55 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 85 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.55º | 0.67% | 0.6% | - |
| HSV(B) | 52.55º | 0.62% | 0.87% | - |
| XYZ | 53.6 | 59.85 | 17.32 | - |
| YUV | 196.4 | 65.13 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 85 | 0 | 0.08 | 0.62 | 0.13 | 52.55 | 0.67 | 0.6 |
| Hex | DE | CD | 55 | 0 | 8 | 3E | D | 35 | 43 | 3C |
| Octal | 336 | 315 | 125 | 0 | 10 | 76 | 15 | 65 | 103 | 74 |
| Binary | 11011110 | 11001101 | 1010101 | 0 | 1000 | 111110 | 1101 | 110101 | 1000011 | 111100 |
Color Harmonies of #DECD55
Complementary color
Monochromatic Colors of #DECD55
Black with #DECD55
Text Example
Text Example
White with #DECD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD55; }
p { color: rgb(222,205,85); }
H1.HeaderClassName
{
color: #DECD55;
}
.AnyTagClassName
{
color: #DECD55;
}
</style>
background-color css
<style>
a { background-color: #DECD55; }
a { background-color: rgb(222,205,85); }
div.DivClassName
{
background-color: #DECD55;
}
.BgClassName
{
background-color: #DECD55;
}
</style>
border-color css
<style>
span { border-color: #DECD55; }
span { border-color: rgb(222,205,85); }
td.TdClassName
{
border-color: #DECD55;
}
.TagClassName
{
border-color: #DECD55;
}
</style>