Shades of Confetti #DCC049
Tints of Confetti #DCC049
RGB
CMYK
RGB Variations
Color information
#DCC049 (or 0xDCC049) is known color: Confetti. HEX triplet: DC, C0 and 49. RGB value is (220,192,73). Sum of RGB (Red+Green+Blue) = 220+192+73=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC049 is #233FB6. Grayscale: #BBBBBB. Windows color (decimal): -2310071 or 4833500. OLE color: 4833500.
HSL color Cylindrical-coordinate representation of color #DCC049: hue angle of 48.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCC049 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 73 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.14 |
| HSL | 48.57º | 0.68% | 0.57% | - |
| HSV(B) | 48.57º | 0.67% | 0.86% | - |
| XYZ | 49.57 | 53.4 | 14 | - |
| YUV | 186.81 | 63.78 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 73 | 0 | 0.13 | 0.67 | 0.14 | 48.57 | 0.68 | 0.57 |
| Hex | DC | C0 | 49 | 0 | D | 43 | E | 31 | 44 | 39 |
| Octal | 334 | 300 | 111 | 0 | 15 | 103 | 16 | 61 | 104 | 71 |
| Binary | 11011100 | 11000000 | 1001001 | 0 | 1101 | 1000011 | 1110 | 110001 | 1000100 | 111001 |
Color Harmonies of #DCC049
Complementary color
Monochromatic Colors of #DCC049
Black with #DCC049
Text Example
Text Example
White with #DCC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC049; }
p { color: rgb(220,192,73); }
H1.HeaderClassName
{
color: #DCC049;
}
.AnyTagClassName
{
color: #DCC049;
}
</style>
background-color css
<style>
a { background-color: #DCC049; }
a { background-color: rgb(220,192,73); }
div.DivClassName
{
background-color: #DCC049;
}
.BgClassName
{
background-color: #DCC049;
}
</style>
border-color css
<style>
span { border-color: #DCC049; }
span { border-color: rgb(220,192,73); }
td.TdClassName
{
border-color: #DCC049;
}
.TagClassName
{
border-color: #DCC049;
}
</style>