Shades of Confetti #DEC352
Tints of Confetti #DEC352
RGB
CMYK
RGB Variations
Color information
#DEC352 (or 0xDEC352) is known color: Confetti. HEX triplet: DE, C3 and 52. RGB value is (222,195,82). Sum of RGB (Red+Green+Blue) = 222+195+82=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 82 (32.42% from 255 or 16.43% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC352 is #213CAD. Grayscale: #BEBEBE. Windows color (decimal): -2178222 or 5424094. OLE color: 5424094.
HSL color Cylindrical-coordinate representation of color #DEC352: hue angle of 48.43º 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 #DEC352 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 82 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.13 |
| HSL | 48.43º | 0.68% | 0.6% | - |
| HSV(B) | 48.43º | 0.63% | 0.87% | - |
| XYZ | 51.16 | 55.17 | 15.93 | - |
| YUV | 190.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 82 | 0 | 0.12 | 0.63 | 0.13 | 48.43 | 0.68 | 0.6 |
| Hex | DE | C3 | 52 | 0 | C | 3F | D | 30 | 44 | 3C |
| Octal | 336 | 303 | 122 | 0 | 14 | 77 | 15 | 60 | 104 | 74 |
| Binary | 11011110 | 11000011 | 1010010 | 0 | 1100 | 111111 | 1101 | 110000 | 1000100 | 111100 |
Color Harmonies of #DEC352
Complementary color
Monochromatic Colors of #DEC352
Black with #DEC352
Text Example
Text Example
White with #DEC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC352; }
p { color: rgb(222,195,82); }
H1.HeaderClassName
{
color: #DEC352;
}
.AnyTagClassName
{
color: #DEC352;
}
</style>
background-color css
<style>
a { background-color: #DEC352; }
a { background-color: rgb(222,195,82); }
div.DivClassName
{
background-color: #DEC352;
}
.BgClassName
{
background-color: #DEC352;
}
</style>
border-color css
<style>
span { border-color: #DEC352; }
span { border-color: rgb(222,195,82); }
td.TdClassName
{
border-color: #DEC352;
}
.TagClassName
{
border-color: #DEC352;
}
</style>