Shades of Confetti #DCD149
Tints of Confetti #DCD149
RGB
CMYK
RGB Variations
Color information
#DCD149 (or 0xDCD149) is known color: Confetti. HEX triplet: DC, D1 and 49. RGB value is (220,209,73). Sum of RGB (Red+Green+Blue) = 220+209+73=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD149 is #232EB6. Grayscale: #C5C5C5. Windows color (decimal): -2305719 or 4837852. OLE color: 4837852.
HSL color Cylindrical-coordinate representation of color #DCD149: hue angle of 55.51º 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 #DCD149 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.14 |
| HSL | 55.51º | 0.68% | 0.57% | - |
| HSV(B) | 55.51º | 0.67% | 0.86% | - |
| XYZ | 53.52 | 61.3 | 15.31 | - |
| YUV | 196.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 73 | 0 | 0.05 | 0.67 | 0.14 | 55.51 | 0.68 | 0.57 |
| Hex | DC | D1 | 49 | 0 | 5 | 43 | E | 38 | 44 | 39 |
| Octal | 334 | 321 | 111 | 0 | 5 | 103 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010001 | 1001001 | 0 | 101 | 1000011 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD149
Complementary color
Monochromatic Colors of #DCD149
Black with #DCD149
Text Example
Text Example
White with #DCD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD149; }
p { color: rgb(220,209,73); }
H1.HeaderClassName
{
color: #DCD149;
}
.AnyTagClassName
{
color: #DCD149;
}
</style>
background-color css
<style>
a { background-color: #DCD149; }
a { background-color: rgb(220,209,73); }
div.DivClassName
{
background-color: #DCD149;
}
.BgClassName
{
background-color: #DCD149;
}
</style>
border-color css
<style>
span { border-color: #DCD149; }
span { border-color: rgb(220,209,73); }
td.TdClassName
{
border-color: #DCD149;
}
.TagClassName
{
border-color: #DCD149;
}
</style>