Shades of Confetti #DEC245
Tints of Confetti #DEC245
RGB
CMYK
RGB Variations
Color information
#DEC245 (or 0xDEC245) is known color: Confetti. HEX triplet: DE, C2 and 45. RGB value is (222,194,69). Sum of RGB (Red+Green+Blue) = 222+194+69=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC245 is #213DBA. Grayscale: #BCBCBC. Windows color (decimal): -2178491 or 4571870. OLE color: 4571870.
HSL color Cylindrical-coordinate representation of color #DEC245: hue angle of 49.02º 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 #DEC245 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 69 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.13 |
| HSL | 49.02º | 0.7% | 0.57% | - |
| HSV(B) | 49.02º | 0.69% | 0.87% | - |
| XYZ | 50.49 | 54.54 | 13.5 | - |
| YUV | 188.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 69 | 0 | 0.13 | 0.69 | 0.13 | 49.02 | 0.7 | 0.57 |
| Hex | DE | C2 | 45 | 0 | D | 45 | D | 31 | 46 | 39 |
| Octal | 336 | 302 | 105 | 0 | 15 | 105 | 15 | 61 | 106 | 71 |
| Binary | 11011110 | 11000010 | 1000101 | 0 | 1101 | 1000101 | 1101 | 110001 | 1000110 | 111001 |
Color Harmonies of #DEC245
Complementary color
Monochromatic Colors of #DEC245
Black with #DEC245
Text Example
Text Example
White with #DEC245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC245; }
p { color: rgb(222,194,69); }
H1.HeaderClassName
{
color: #DEC245;
}
.AnyTagClassName
{
color: #DEC245;
}
</style>
background-color css
<style>
a { background-color: #DEC245; }
a { background-color: rgb(222,194,69); }
div.DivClassName
{
background-color: #DEC245;
}
.BgClassName
{
background-color: #DEC245;
}
</style>
border-color css
<style>
span { border-color: #DEC245; }
span { border-color: rgb(222,194,69); }
td.TdClassName
{
border-color: #DEC245;
}
.TagClassName
{
border-color: #DEC245;
}
</style>