Shades of Confetti #DCD147
Tints of Confetti #DCD147
RGB
CMYK
RGB Variations
Color information
#DCD147 (or 0xDCD147) is known color: Confetti. HEX triplet: DC, D1 and 47. RGB value is (220,209,71). Sum of RGB (Red+Green+Blue) = 220+209+71=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 71 (28.12% from 255 or 14.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD147 is #232EB8. Grayscale: #C5C5C5. Windows color (decimal): -2305721 or 4706780. OLE color: 4706780.
HSL color Cylindrical-coordinate representation of color #DCD147: hue angle of 55.57º 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 #DCD147 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 71 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.14 |
| HSL | 55.57º | 0.68% | 0.57% | - |
| HSV(B) | 55.57º | 0.68% | 0.86% | - |
| XYZ | 53.45 | 61.27 | 14.97 | - |
| YUV | 196.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 71 | 0 | 0.05 | 0.68 | 0.14 | 55.57 | 0.68 | 0.57 |
| Hex | DC | D1 | 47 | 0 | 5 | 44 | E | 38 | 44 | 39 |
| Octal | 334 | 321 | 107 | 0 | 5 | 104 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010001 | 1000111 | 0 | 101 | 1000100 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD147
Complementary color
Monochromatic Colors of #DCD147
Black with #DCD147
Text Example
Text Example
White with #DCD147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD147; }
p { color: rgb(220,209,71); }
H1.HeaderClassName
{
color: #DCD147;
}
.AnyTagClassName
{
color: #DCD147;
}
</style>
background-color css
<style>
a { background-color: #DCD147; }
a { background-color: rgb(220,209,71); }
div.DivClassName
{
background-color: #DCD147;
}
.BgClassName
{
background-color: #DCD147;
}
</style>
border-color css
<style>
span { border-color: #DCD147; }
span { border-color: rgb(220,209,71); }
td.TdClassName
{
border-color: #DCD147;
}
.TagClassName
{
border-color: #DCD147;
}
</style>