Shades of Confetti #DEC646
Tints of Confetti #DEC646
RGB
CMYK
RGB Variations
Color information
#DEC646 (or 0xDEC646) is known color: Confetti. HEX triplet: DE, C6 and 46. RGB value is (222,198,70). Sum of RGB (Red+Green+Blue) = 222+198+70=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC646 is #2139B9. Grayscale: #BFBFBF. Windows color (decimal): -2177466 or 4638430. OLE color: 4638430.
HSL color Cylindrical-coordinate representation of color #DEC646: hue angle of 50.53º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEC646 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 70 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.13 |
| HSL | 50.53º | 0.7% | 0.57% | - |
| HSV(B) | 50.53º | 0.68% | 0.87% | - |
| XYZ | 51.42 | 56.36 | 13.96 | - |
| YUV | 190.58 | 59.95 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 70 | 0 | 0.11 | 0.68 | 0.13 | 50.53 | 0.7 | 0.57 |
| Hex | DE | C6 | 46 | 0 | B | 44 | D | 33 | 46 | 39 |
| Octal | 336 | 306 | 106 | 0 | 13 | 104 | 15 | 63 | 106 | 71 |
| Binary | 11011110 | 11000110 | 1000110 | 0 | 1011 | 1000100 | 1101 | 110011 | 1000110 | 111001 |
Color Harmonies of #DEC646
Complementary color
Monochromatic Colors of #DEC646
Black with #DEC646
Text Example
Text Example
White with #DEC646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC646; }
p { color: rgb(222,198,70); }
H1.HeaderClassName
{
color: #DEC646;
}
.AnyTagClassName
{
color: #DEC646;
}
</style>
background-color css
<style>
a { background-color: #DEC646; }
a { background-color: rgb(222,198,70); }
div.DivClassName
{
background-color: #DEC646;
}
.BgClassName
{
background-color: #DEC646;
}
</style>
border-color css
<style>
span { border-color: #DEC646; }
span { border-color: rgb(222,198,70); }
td.TdClassName
{
border-color: #DEC646;
}
.TagClassName
{
border-color: #DEC646;
}
</style>