Shades of Confetti #DEC653
Tints of Confetti #DEC653
RGB
CMYK
RGB Variations
Color information
#DEC653 (or 0xDEC653) is known color: Confetti. HEX triplet: DE, C6 and 53. RGB value is (222,198,83). Sum of RGB (Red+Green+Blue) = 222+198+83=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC653 is #2139AC. Grayscale: #C0C0C0. Windows color (decimal): -2177453 or 5490398. OLE color: 5490398.
HSL color Cylindrical-coordinate representation of color #DEC653: hue angle of 49.64º 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 #DEC653 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 83 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.13 |
| HSL | 49.64º | 0.68% | 0.6% | - |
| HSV(B) | 49.64º | 0.63% | 0.87% | - |
| XYZ | 51.88 | 56.54 | 16.36 | - |
| YUV | 192.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 83 | 0 | 0.11 | 0.63 | 0.13 | 49.64 | 0.68 | 0.6 |
| Hex | DE | C6 | 53 | 0 | B | 3F | D | 32 | 44 | 3C |
| Octal | 336 | 306 | 123 | 0 | 13 | 77 | 15 | 62 | 104 | 74 |
| Binary | 11011110 | 11000110 | 1010011 | 0 | 1011 | 111111 | 1101 | 110010 | 1000100 | 111100 |
Color Harmonies of #DEC653
Complementary color
Monochromatic Colors of #DEC653
Black with #DEC653
Text Example
Text Example
White with #DEC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC653; }
p { color: rgb(222,198,83); }
H1.HeaderClassName
{
color: #DEC653;
}
.AnyTagClassName
{
color: #DEC653;
}
</style>
background-color css
<style>
a { background-color: #DEC653; }
a { background-color: rgb(222,198,83); }
div.DivClassName
{
background-color: #DEC653;
}
.BgClassName
{
background-color: #DEC653;
}
</style>
border-color css
<style>
span { border-color: #DEC653; }
span { border-color: rgb(222,198,83); }
td.TdClassName
{
border-color: #DEC653;
}
.TagClassName
{
border-color: #DEC653;
}
</style>