Shades of Confetti #DEC749
Tints of Confetti #DEC749
RGB
CMYK
RGB Variations
Color information
#DEC749 (or 0xDEC749) is known color: Confetti. HEX triplet: DE, C7 and 49. RGB value is (222,199,73). Sum of RGB (Red+Green+Blue) = 222+199+73=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC749 is #2138B6. Grayscale: #C0C0C0. Windows color (decimal): -2177207 or 4835294. OLE color: 4835294.
HSL color Cylindrical-coordinate representation of color #DEC749: hue angle of 50.74º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC749 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 199 | 73 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.13 |
| HSL | 50.74º | 0.69% | 0.58% | - |
| HSV(B) | 50.74º | 0.67% | 0.87% | - |
| XYZ | 51.75 | 56.86 | 14.55 | - |
| YUV | 191.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 73 | 0 | 0.10 | 0.67 | 0.13 | 50.74 | 0.69 | 0.58 |
| Hex | DE | C7 | 49 | 0 | A | 43 | D | 33 | 45 | 3A |
| Octal | 336 | 307 | 111 | 0 | 12 | 103 | 15 | 63 | 105 | 72 |
| Binary | 11011110 | 11000111 | 1001001 | 0 | 1010 | 1000011 | 1101 | 110011 | 1000101 | 111010 |
Color Harmonies of #DEC749
Complementary color
Monochromatic Colors of #DEC749
Black with #DEC749
Text Example
Text Example
White with #DEC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC749; }
p { color: rgb(222,199,73); }
H1.HeaderClassName
{
color: #DEC749;
}
.AnyTagClassName
{
color: #DEC749;
}
</style>
background-color css
<style>
a { background-color: #DEC749; }
a { background-color: rgb(222,199,73); }
div.DivClassName
{
background-color: #DEC749;
}
.BgClassName
{
background-color: #DEC749;
}
</style>
border-color css
<style>
span { border-color: #DEC749; }
span { border-color: rgb(222,199,73); }
td.TdClassName
{
border-color: #DEC749;
}
.TagClassName
{
border-color: #DEC749;
}
</style>