Shades of Confetti #DCC149
Tints of Confetti #DCC149
RGB
CMYK
RGB Variations
Color information
#DCC149 (or 0xDCC149) is known color: Confetti. HEX triplet: DC, C1 and 49. RGB value is (220,193,73). Sum of RGB (Red+Green+Blue) = 220+193+73=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC149 is #233EB6. Grayscale: #BBBBBB. Windows color (decimal): -2309815 or 4833756. OLE color: 4833756.
HSL color Cylindrical-coordinate representation of color #DCC149: hue angle of 48.98º 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 #DCC149 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 73 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.14 |
| HSL | 48.98º | 0.68% | 0.57% | - |
| HSV(B) | 48.98º | 0.67% | 0.86% | - |
| XYZ | 49.79 | 53.84 | 14.07 | - |
| YUV | 187.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 73 | 0 | 0.12 | 0.67 | 0.14 | 48.98 | 0.68 | 0.57 |
| Hex | DC | C1 | 49 | 0 | C | 43 | E | 31 | 44 | 39 |
| Octal | 334 | 301 | 111 | 0 | 14 | 103 | 16 | 61 | 104 | 71 |
| Binary | 11011100 | 11000001 | 1001001 | 0 | 1100 | 1000011 | 1110 | 110001 | 1000100 | 111001 |
Color Harmonies of #DCC149
Complementary color
Monochromatic Colors of #DCC149
Black with #DCC149
Text Example
Text Example
White with #DCC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC149; }
p { color: rgb(220,193,73); }
H1.HeaderClassName
{
color: #DCC149;
}
.AnyTagClassName
{
color: #DCC149;
}
</style>
background-color css
<style>
a { background-color: #DCC149; }
a { background-color: rgb(220,193,73); }
div.DivClassName
{
background-color: #DCC149;
}
.BgClassName
{
background-color: #DCC149;
}
</style>
border-color css
<style>
span { border-color: #DCC149; }
span { border-color: rgb(220,193,73); }
td.TdClassName
{
border-color: #DCC149;
}
.TagClassName
{
border-color: #DCC149;
}
</style>