Shades of Confetti #DEC045
Tints of Confetti #DEC045
RGB
CMYK
RGB Variations
Color information
#DEC045 (or 0xDEC045) is known color: Confetti. HEX triplet: DE, C0 and 45. RGB value is (222,192,69). Sum of RGB (Red+Green+Blue) = 222+192+69=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC045 is #213FBA. Grayscale: #BBBBBB. Windows color (decimal): -2179003 or 4571358. OLE color: 4571358.
HSL color Cylindrical-coordinate representation of color #DEC045: hue angle of 48.24º 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 #DEC045 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 69 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.13 |
| HSL | 48.24º | 0.7% | 0.57% | - |
| HSV(B) | 48.24º | 0.69% | 0.87% | - |
| XYZ | 50.05 | 53.66 | 13.35 | - |
| YUV | 186.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 69 | 0 | 0.14 | 0.69 | 0.13 | 48.24 | 0.7 | 0.57 |
| Hex | DE | C0 | 45 | 0 | E | 45 | D | 30 | 46 | 39 |
| Octal | 336 | 300 | 105 | 0 | 16 | 105 | 15 | 60 | 106 | 71 |
| Binary | 11011110 | 11000000 | 1000101 | 0 | 1110 | 1000101 | 1101 | 110000 | 1000110 | 111001 |
Color Harmonies of #DEC045
Complementary color
Monochromatic Colors of #DEC045
Black with #DEC045
Text Example
Text Example
White with #DEC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC045; }
p { color: rgb(222,192,69); }
H1.HeaderClassName
{
color: #DEC045;
}
.AnyTagClassName
{
color: #DEC045;
}
</style>
background-color css
<style>
a { background-color: #DEC045; }
a { background-color: rgb(222,192,69); }
div.DivClassName
{
background-color: #DEC045;
}
.BgClassName
{
background-color: #DEC045;
}
</style>
border-color css
<style>
span { border-color: #DEC045; }
span { border-color: rgb(222,192,69); }
td.TdClassName
{
border-color: #DEC045;
}
.TagClassName
{
border-color: #DEC045;
}
</style>