Shades of Confetti #DEC945
Tints of Confetti #DEC945
RGB
CMYK
RGB Variations
Color information
#DEC945 (or 0xDEC945) is known color: Confetti. HEX triplet: DE, C9 and 45. RGB value is (222,201,69). Sum of RGB (Red+Green+Blue) = 222+201+69=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC945 is #2136BA. Grayscale: #C0C0C0. Windows color (decimal): -2176699 or 4573662. OLE color: 4573662.
HSL color Cylindrical-coordinate representation of color #DEC945: hue angle of 51.76º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEC945 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 69 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.13 |
| HSL | 51.76º | 0.7% | 0.57% | - |
| HSV(B) | 51.76º | 0.69% | 0.87% | - |
| XYZ | 52.09 | 57.73 | 14.03 | - |
| YUV | 192.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 69 | 0 | 0.09 | 0.69 | 0.13 | 51.76 | 0.7 | 0.57 |
| Hex | DE | C9 | 45 | 0 | 9 | 45 | D | 34 | 46 | 39 |
| Octal | 336 | 311 | 105 | 0 | 11 | 105 | 15 | 64 | 106 | 71 |
| Binary | 11011110 | 11001001 | 1000101 | 0 | 1001 | 1000101 | 1101 | 110100 | 1000110 | 111001 |
Color Harmonies of #DEC945
Complementary color
Monochromatic Colors of #DEC945
Black with #DEC945
Text Example
Text Example
White with #DEC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC945; }
p { color: rgb(222,201,69); }
H1.HeaderClassName
{
color: #DEC945;
}
.AnyTagClassName
{
color: #DEC945;
}
</style>
background-color css
<style>
a { background-color: #DEC945; }
a { background-color: rgb(222,201,69); }
div.DivClassName
{
background-color: #DEC945;
}
.BgClassName
{
background-color: #DEC945;
}
</style>
border-color css
<style>
span { border-color: #DEC945; }
span { border-color: rgb(222,201,69); }
td.TdClassName
{
border-color: #DEC945;
}
.TagClassName
{
border-color: #DEC945;
}
</style>