Shades of Confetti #DCD249
Tints of Confetti #DCD249
RGB
CMYK
RGB Variations
Color information
#DCD249 (or 0xDCD249) is known color: Confetti. HEX triplet: DC, D2 and 49. RGB value is (220,210,73). Sum of RGB (Red+Green+Blue) = 220+210+73=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD249 is #232DB6. Grayscale: #C5C5C5. Windows color (decimal): -2305463 or 4838108. OLE color: 4838108.
HSL color Cylindrical-coordinate representation of color #DCD249: hue angle of 55.92º 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 #DCD249 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 73 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.14 |
| HSL | 55.92º | 0.68% | 0.57% | - |
| HSV(B) | 55.92º | 0.67% | 0.86% | - |
| XYZ | 53.76 | 61.79 | 15.4 | - |
| YUV | 197.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 73 | 0 | 0.05 | 0.67 | 0.14 | 55.92 | 0.68 | 0.57 |
| Hex | DC | D2 | 49 | 0 | 5 | 43 | E | 38 | 44 | 39 |
| Octal | 334 | 322 | 111 | 0 | 5 | 103 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010010 | 1001001 | 0 | 101 | 1000011 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD249
Complementary color
Monochromatic Colors of #DCD249
Black with #DCD249
Text Example
Text Example
White with #DCD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD249; }
p { color: rgb(220,210,73); }
H1.HeaderClassName
{
color: #DCD249;
}
.AnyTagClassName
{
color: #DCD249;
}
</style>
background-color css
<style>
a { background-color: #DCD249; }
a { background-color: rgb(220,210,73); }
div.DivClassName
{
background-color: #DCD249;
}
.BgClassName
{
background-color: #DCD249;
}
</style>
border-color css
<style>
span { border-color: #DCD249; }
span { border-color: rgb(220,210,73); }
td.TdClassName
{
border-color: #DCD249;
}
.TagClassName
{
border-color: #DCD249;
}
</style>