Shades of Confetti #DEC642
Tints of Confetti #DEC642
RGB
CMYK
RGB Variations
Color information
#DEC642 (or 0xDEC642) is known color: Confetti. HEX triplet: DE, C6 and 42. RGB value is (222,198,66). Sum of RGB (Red+Green+Blue) = 222+198+66=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC642 is #2139BD. Grayscale: #BEBEBE. Windows color (decimal): -2177470 or 4376286. OLE color: 4376286.
HSL color Cylindrical-coordinate representation of color #DEC642: hue angle of 50.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEC642 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 198 | 66 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.13 |
| HSL | 50.77º | 0.7% | 0.56% | - |
| HSV(B) | 50.77º | 0.7% | 0.87% | - |
| XYZ | 51.3 | 56.31 | 13.32 | - |
| YUV | 190.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 198 | 66 | 0 | 0.11 | 0.70 | 0.13 | 50.77 | 0.7 | 0.56 |
| Hex | DE | C6 | 42 | 0 | B | 46 | D | 33 | 46 | 38 |
| Octal | 336 | 306 | 102 | 0 | 13 | 106 | 15 | 63 | 106 | 70 |
| Binary | 11011110 | 11000110 | 1000010 | 0 | 1011 | 1000110 | 1101 | 110011 | 1000110 | 111000 |
Color Harmonies of #DEC642
Complementary color
Monochromatic Colors of #DEC642
Black with #DEC642
Text Example
Text Example
White with #DEC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC642; }
p { color: rgb(222,198,66); }
H1.HeaderClassName
{
color: #DEC642;
}
.AnyTagClassName
{
color: #DEC642;
}
</style>
background-color css
<style>
a { background-color: #DEC642; }
a { background-color: rgb(222,198,66); }
div.DivClassName
{
background-color: #DEC642;
}
.BgClassName
{
background-color: #DEC642;
}
</style>
border-color css
<style>
span { border-color: #DEC642; }
span { border-color: rgb(222,198,66); }
td.TdClassName
{
border-color: #DEC642;
}
.TagClassName
{
border-color: #DEC642;
}
</style>