Shades of Confetti #DECD53
Tints of Confetti #DECD53
RGB
CMYK
RGB Variations
Color information
#DECD53 (or 0xDECD53) is known color: Confetti. HEX triplet: DE, CD and 53. RGB value is (222,205,83). Sum of RGB (Red+Green+Blue) = 222+205+83=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD53 is #2132AC. Grayscale: #C4C4C4. Windows color (decimal): -2175661 or 5492190. OLE color: 5492190.
HSL color Cylindrical-coordinate representation of color #DECD53: hue angle of 52.66º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DECD53 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 83 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.13 |
| HSL | 52.66º | 0.68% | 0.6% | - |
| HSV(B) | 52.66º | 0.63% | 0.87% | - |
| XYZ | 53.52 | 59.82 | 16.91 | - |
| YUV | 196.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 83 | 0 | 0.08 | 0.63 | 0.13 | 52.66 | 0.68 | 0.6 |
| Hex | DE | CD | 53 | 0 | 8 | 3F | D | 35 | 44 | 3C |
| Octal | 336 | 315 | 123 | 0 | 10 | 77 | 15 | 65 | 104 | 74 |
| Binary | 11011110 | 11001101 | 1010011 | 0 | 1000 | 111111 | 1101 | 110101 | 1000100 | 111100 |
Color Harmonies of #DECD53
Complementary color
Monochromatic Colors of #DECD53
Black with #DECD53
Text Example
Text Example
White with #DECD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD53; }
p { color: rgb(222,205,83); }
H1.HeaderClassName
{
color: #DECD53;
}
.AnyTagClassName
{
color: #DECD53;
}
</style>
background-color css
<style>
a { background-color: #DECD53; }
a { background-color: rgb(222,205,83); }
div.DivClassName
{
background-color: #DECD53;
}
.BgClassName
{
background-color: #DECD53;
}
</style>
border-color css
<style>
span { border-color: #DECD53; }
span { border-color: rgb(222,205,83); }
td.TdClassName
{
border-color: #DECD53;
}
.TagClassName
{
border-color: #DECD53;
}
</style>