Shades of Confetti #DCC047
Tints of Confetti #DCC047
RGB
CMYK
RGB Variations
Color information
#DCC047 (or 0xDCC047) is known color: Confetti. HEX triplet: DC, C0 and 47. RGB value is (220,192,71). Sum of RGB (Red+Green+Blue) = 220+192+71=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC047 is #233FB8. Grayscale: #BBBBBB. Windows color (decimal): -2310073 or 4702428. OLE color: 4702428.
HSL color Cylindrical-coordinate representation of color #DCC047: hue angle of 48.72º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCC047 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 71 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.14 |
| HSL | 48.72º | 0.68% | 0.57% | - |
| HSV(B) | 48.72º | 0.68% | 0.86% | - |
| XYZ | 49.5 | 53.37 | 13.65 | - |
| YUV | 186.58 | 62.78 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 71 | 0 | 0.13 | 0.68 | 0.14 | 48.72 | 0.68 | 0.57 |
| Hex | DC | C0 | 47 | 0 | D | 44 | E | 31 | 44 | 39 |
| Octal | 334 | 300 | 107 | 0 | 15 | 104 | 16 | 61 | 104 | 71 |
| Binary | 11011100 | 11000000 | 1000111 | 0 | 1101 | 1000100 | 1110 | 110001 | 1000100 | 111001 |
Color Harmonies of #DCC047
Complementary color
Monochromatic Colors of #DCC047
Black with #DCC047
Text Example
Text Example
White with #DCC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC047; }
p { color: rgb(220,192,71); }
H1.HeaderClassName
{
color: #DCC047;
}
.AnyTagClassName
{
color: #DCC047;
}
</style>
background-color css
<style>
a { background-color: #DCC047; }
a { background-color: rgb(220,192,71); }
div.DivClassName
{
background-color: #DCC047;
}
.BgClassName
{
background-color: #DCC047;
}
</style>
border-color css
<style>
span { border-color: #DCC047; }
span { border-color: rgb(220,192,71); }
td.TdClassName
{
border-color: #DCC047;
}
.TagClassName
{
border-color: #DCC047;
}
</style>