Shades of Confetti #DEC640
Tints of Confetti #DEC640
RGB
CMYK
RGB Variations
Color information
#DEC640 (or 0xDEC640) is known color: Confetti. HEX triplet: DE, C6 and 40. RGB value is (222,198,64). Sum of RGB (Red+Green+Blue) = 222+198+64=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC640 is #2139BF. Grayscale: #BEBEBE. Windows color (decimal): -2177472 or 4245214. OLE color: 4245214.
HSL color Cylindrical-coordinate representation of color #DEC640: hue angle of 50.89º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEC640 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 64 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.13 |
| HSL | 50.89º | 0.71% | 0.56% | - |
| HSV(B) | 50.89º | 0.71% | 0.87% | - |
| XYZ | 51.24 | 56.29 | 13.01 | - |
| YUV | 189.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 64 | 0 | 0.11 | 0.71 | 0.13 | 50.89 | 0.71 | 0.56 |
| Hex | DE | C6 | 40 | 0 | B | 47 | D | 33 | 47 | 38 |
| Octal | 336 | 306 | 100 | 0 | 13 | 107 | 15 | 63 | 107 | 70 |
| Binary | 11011110 | 11000110 | 1000000 | 0 | 1011 | 1000111 | 1101 | 110011 | 1000111 | 111000 |
Color Harmonies of #DEC640
Complementary color
Monochromatic Colors of #DEC640
Black with #DEC640
Text Example
Text Example
White with #DEC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC640; }
p { color: rgb(222,198,64); }
H1.HeaderClassName
{
color: #DEC640;
}
.AnyTagClassName
{
color: #DEC640;
}
</style>
background-color css
<style>
a { background-color: #DEC640; }
a { background-color: rgb(222,198,64); }
div.DivClassName
{
background-color: #DEC640;
}
.BgClassName
{
background-color: #DEC640;
}
</style>
border-color css
<style>
span { border-color: #DEC640; }
span { border-color: rgb(222,198,64); }
td.TdClassName
{
border-color: #DEC640;
}
.TagClassName
{
border-color: #DEC640;
}
</style>