Shades of Confetti #DECD54
Tints of Confetti #DECD54
RGB
CMYK
RGB Variations
Color information
#DECD54 (or 0xDECD54) is known color: Confetti. HEX triplet: DE, CD and 54. RGB value is (222,205,84). Sum of RGB (Red+Green+Blue) = 222+205+84=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 84 (33.20% from 255 or 16.44% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD54 is #2132AB. Grayscale: #C4C4C4. Windows color (decimal): -2175660 or 5557726. OLE color: 5557726.
HSL color Cylindrical-coordinate representation of color #DECD54: hue angle of 52.61º degrees, saturation: 0.68, 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 #DECD54 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 84 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.13 |
| HSL | 52.61º | 0.68% | 0.6% | - |
| HSV(B) | 52.61º | 0.62% | 0.87% | - |
| XYZ | 53.56 | 59.83 | 17.11 | - |
| YUV | 196.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 84 | 0 | 0.08 | 0.62 | 0.13 | 52.61 | 0.68 | 0.6 |
| Hex | DE | CD | 54 | 0 | 8 | 3E | D | 35 | 44 | 3C |
| Octal | 336 | 315 | 124 | 0 | 10 | 76 | 15 | 65 | 104 | 74 |
| Binary | 11011110 | 11001101 | 1010100 | 0 | 1000 | 111110 | 1101 | 110101 | 1000100 | 111100 |
Color Harmonies of #DECD54
Complementary color
Monochromatic Colors of #DECD54
Black with #DECD54
Text Example
Text Example
White with #DECD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD54; }
p { color: rgb(222,205,84); }
H1.HeaderClassName
{
color: #DECD54;
}
.AnyTagClassName
{
color: #DECD54;
}
</style>
background-color css
<style>
a { background-color: #DECD54; }
a { background-color: rgb(222,205,84); }
div.DivClassName
{
background-color: #DECD54;
}
.BgClassName
{
background-color: #DECD54;
}
</style>
border-color css
<style>
span { border-color: #DECD54; }
span { border-color: rgb(222,205,84); }
td.TdClassName
{
border-color: #DECD54;
}
.TagClassName
{
border-color: #DECD54;
}
</style>