Shades of Confetti #DEC545
Tints of Confetti #DEC545
RGB
CMYK
RGB Variations
Color information
#DEC545 (or 0xDEC545) is known color: Confetti. HEX triplet: DE, C5 and 45. RGB value is (222,197,69). Sum of RGB (Red+Green+Blue) = 222+197+69=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC545 is #213ABA. Grayscale: #BEBEBE. Windows color (decimal): -2177723 or 4572638. OLE color: 4572638.
HSL color Cylindrical-coordinate representation of color #DEC545: hue angle of 50.2º 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 #DEC545 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 197 | 69 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.13 |
| HSL | 50.2º | 0.7% | 0.57% | - |
| HSV(B) | 50.2º | 0.69% | 0.87% | - |
| XYZ | 51.16 | 55.89 | 13.72 | - |
| YUV | 189.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 197 | 69 | 0 | 0.11 | 0.69 | 0.13 | 50.2 | 0.7 | 0.57 |
| Hex | DE | C5 | 45 | 0 | B | 45 | D | 32 | 46 | 39 |
| Octal | 336 | 305 | 105 | 0 | 13 | 105 | 15 | 62 | 106 | 71 |
| Binary | 11011110 | 11000101 | 1000101 | 0 | 1011 | 1000101 | 1101 | 110010 | 1000110 | 111001 |
Color Harmonies of #DEC545
Complementary color
Monochromatic Colors of #DEC545
Black with #DEC545
Text Example
Text Example
White with #DEC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC545; }
p { color: rgb(222,197,69); }
H1.HeaderClassName
{
color: #DEC545;
}
.AnyTagClassName
{
color: #DEC545;
}
</style>
background-color css
<style>
a { background-color: #DEC545; }
a { background-color: rgb(222,197,69); }
div.DivClassName
{
background-color: #DEC545;
}
.BgClassName
{
background-color: #DEC545;
}
</style>
border-color css
<style>
span { border-color: #DEC545; }
span { border-color: rgb(222,197,69); }
td.TdClassName
{
border-color: #DEC545;
}
.TagClassName
{
border-color: #DEC545;
}
</style>