Shades of Confetti #DEC145
Tints of Confetti #DEC145
RGB
CMYK
RGB Variations
Color information
#DEC145 (or 0xDEC145) is known color: Confetti. HEX triplet: DE, C1 and 45. RGB value is (222,193,69). Sum of RGB (Red+Green+Blue) = 222+193+69=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC145 is #213EBA. Grayscale: #BCBCBC. Windows color (decimal): -2178747 or 4571614. OLE color: 4571614.
HSL color Cylindrical-coordinate representation of color #DEC145: hue angle of 48.63º 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 #DEC145 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 69 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.13 |
| HSL | 48.63º | 0.7% | 0.57% | - |
| HSV(B) | 48.63º | 0.69% | 0.87% | - |
| XYZ | 50.27 | 54.1 | 13.42 | - |
| YUV | 187.54 | 61.11 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 69 | 0 | 0.13 | 0.69 | 0.13 | 48.63 | 0.7 | 0.57 |
| Hex | DE | C1 | 45 | 0 | D | 45 | D | 31 | 46 | 39 |
| Octal | 336 | 301 | 105 | 0 | 15 | 105 | 15 | 61 | 106 | 71 |
| Binary | 11011110 | 11000001 | 1000101 | 0 | 1101 | 1000101 | 1101 | 110001 | 1000110 | 111001 |
Color Harmonies of #DEC145
Complementary color
Monochromatic Colors of #DEC145
Black with #DEC145
Text Example
Text Example
White with #DEC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC145; }
p { color: rgb(222,193,69); }
H1.HeaderClassName
{
color: #DEC145;
}
.AnyTagClassName
{
color: #DEC145;
}
</style>
background-color css
<style>
a { background-color: #DEC145; }
a { background-color: rgb(222,193,69); }
div.DivClassName
{
background-color: #DEC145;
}
.BgClassName
{
background-color: #DEC145;
}
</style>
border-color css
<style>
span { border-color: #DEC145; }
span { border-color: rgb(222,193,69); }
td.TdClassName
{
border-color: #DEC145;
}
.TagClassName
{
border-color: #DEC145;
}
</style>