Shades of Confetti #DECD50
Tints of Confetti #DECD50
RGB
CMYK
RGB Variations
Color information
#DECD50 (or 0xDECD50) is known color: Confetti. HEX triplet: DE, CD and 50. RGB value is (222,205,80). Sum of RGB (Red+Green+Blue) = 222+205+80=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD50 is #2132AF. Grayscale: #C4C4C4. Windows color (decimal): -2175664 or 5295582. OLE color: 5295582.
HSL color Cylindrical-coordinate representation of color #DECD50: hue angle of 52.82º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DECD50 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 80 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.13 |
| HSL | 52.82º | 0.68% | 0.59% | - |
| HSV(B) | 52.82º | 0.64% | 0.87% | - |
| XYZ | 53.4 | 59.77 | 16.31 | - |
| YUV | 195.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 80 | 0 | 0.08 | 0.64 | 0.13 | 52.82 | 0.68 | 0.59 |
| Hex | DE | CD | 50 | 0 | 8 | 40 | D | 35 | 44 | 3B |
| Octal | 336 | 315 | 120 | 0 | 10 | 100 | 15 | 65 | 104 | 73 |
| Binary | 11011110 | 11001101 | 1010000 | 0 | 1000 | 1000000 | 1101 | 110101 | 1000100 | 111011 |
Color Harmonies of #DECD50
Complementary color
Monochromatic Colors of #DECD50
Black with #DECD50
Text Example
Text Example
White with #DECD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD50; }
p { color: rgb(222,205,80); }
H1.HeaderClassName
{
color: #DECD50;
}
.AnyTagClassName
{
color: #DECD50;
}
</style>
background-color css
<style>
a { background-color: #DECD50; }
a { background-color: rgb(222,205,80); }
div.DivClassName
{
background-color: #DECD50;
}
.BgClassName
{
background-color: #DECD50;
}
</style>
border-color css
<style>
span { border-color: #DECD50; }
span { border-color: rgb(222,205,80); }
td.TdClassName
{
border-color: #DECD50;
}
.TagClassName
{
border-color: #DECD50;
}
</style>