Shades of Confetti #DEC353
Tints of Confetti #DEC353
RGB
CMYK
RGB Variations
Color information
#DEC353 (or 0xDEC353) is known color: Confetti. HEX triplet: DE, C3 and 53. RGB value is (222,195,83). Sum of RGB (Red+Green+Blue) = 222+195+83=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC353 is #213CAC. Grayscale: #BEBEBE. Windows color (decimal): -2178221 or 5489630. OLE color: 5489630.
HSL color Cylindrical-coordinate representation of color #DEC353: hue angle of 48.35º 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 #DEC353 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 83 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.13 |
| HSL | 48.35º | 0.68% | 0.6% | - |
| HSV(B) | 48.35º | 0.63% | 0.87% | - |
| XYZ | 51.2 | 55.18 | 16.14 | - |
| YUV | 190.31 | 67.45 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 83 | 0 | 0.12 | 0.63 | 0.13 | 48.35 | 0.68 | 0.6 |
| Hex | DE | C3 | 53 | 0 | C | 3F | D | 30 | 44 | 3C |
| Octal | 336 | 303 | 123 | 0 | 14 | 77 | 15 | 60 | 104 | 74 |
| Binary | 11011110 | 11000011 | 1010011 | 0 | 1100 | 111111 | 1101 | 110000 | 1000100 | 111100 |
Color Harmonies of #DEC353
Complementary color
Monochromatic Colors of #DEC353
Black with #DEC353
Text Example
Text Example
White with #DEC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC353; }
p { color: rgb(222,195,83); }
H1.HeaderClassName
{
color: #DEC353;
}
.AnyTagClassName
{
color: #DEC353;
}
</style>
background-color css
<style>
a { background-color: #DEC353; }
a { background-color: rgb(222,195,83); }
div.DivClassName
{
background-color: #DEC353;
}
.BgClassName
{
background-color: #DEC353;
}
</style>
border-color css
<style>
span { border-color: #DEC353; }
span { border-color: rgb(222,195,83); }
td.TdClassName
{
border-color: #DEC353;
}
.TagClassName
{
border-color: #DEC353;
}
</style>