Shades of Confetti #DEC443
Tints of Confetti #DEC443
RGB
CMYK
RGB Variations
Color information
#DEC443 (or 0xDEC443) is known color: Confetti. HEX triplet: DE, C4 and 43. RGB value is (222,196,67). Sum of RGB (Red+Green+Blue) = 222+196+67=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC443 is #213BBC. Grayscale: #BDBDBD. Windows color (decimal): -2177981 or 4441310. OLE color: 4441310.
HSL color Cylindrical-coordinate representation of color #DEC443: hue angle of 49.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DEC443 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 67 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.13 |
| HSL | 49.94º | 0.7% | 0.57% | - |
| HSV(B) | 49.94º | 0.7% | 0.87% | - |
| XYZ | 50.88 | 55.41 | 13.32 | - |
| YUV | 189.07 | 59.11 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 67 | 0 | 0.12 | 0.70 | 0.13 | 49.94 | 0.7 | 0.57 |
| Hex | DE | C4 | 43 | 0 | C | 46 | D | 32 | 46 | 39 |
| Octal | 336 | 304 | 103 | 0 | 14 | 106 | 15 | 62 | 106 | 71 |
| Binary | 11011110 | 11000100 | 1000011 | 0 | 1100 | 1000110 | 1101 | 110010 | 1000110 | 111001 |
Color Harmonies of #DEC443
Complementary color
Monochromatic Colors of #DEC443
Black with #DEC443
Text Example
Text Example
White with #DEC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC443; }
p { color: rgb(222,196,67); }
H1.HeaderClassName
{
color: #DEC443;
}
.AnyTagClassName
{
color: #DEC443;
}
</style>
background-color css
<style>
a { background-color: #DEC443; }
a { background-color: rgb(222,196,67); }
div.DivClassName
{
background-color: #DEC443;
}
.BgClassName
{
background-color: #DEC443;
}
</style>
border-color css
<style>
span { border-color: #DEC443; }
span { border-color: rgb(222,196,67); }
td.TdClassName
{
border-color: #DEC443;
}
.TagClassName
{
border-color: #DEC443;
}
</style>