Shades of Confetti #DCD346
Tints of Confetti #DCD346
RGB
CMYK
RGB Variations
Color information
#DCD346 (or 0xDCD346) is known color: Confetti. HEX triplet: DC, D3 and 46. RGB value is (220,211,70). Sum of RGB (Red+Green+Blue) = 220+211+70=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD346 is #232CB9. Grayscale: #C6C6C6. Windows color (decimal): -2305210 or 4641756. OLE color: 4641756.
HSL color Cylindrical-coordinate representation of color #DCD346: hue angle of 56.4º 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 #DCD346 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 70 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.14 |
| HSL | 56.4º | 0.68% | 0.57% | - |
| HSV(B) | 56.4º | 0.68% | 0.86% | - |
| XYZ | 53.91 | 62.25 | 14.97 | - |
| YUV | 197.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 70 | 0 | 0.04 | 0.68 | 0.14 | 56.4 | 0.68 | 0.57 |
| Hex | DC | D3 | 46 | 0 | 4 | 44 | E | 38 | 44 | 39 |
| Octal | 334 | 323 | 106 | 0 | 4 | 104 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010011 | 1000110 | 0 | 100 | 1000100 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD346
Complementary color
Monochromatic Colors of #DCD346
Black with #DCD346
Text Example
Text Example
White with #DCD346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD346; }
p { color: rgb(220,211,70); }
H1.HeaderClassName
{
color: #DCD346;
}
.AnyTagClassName
{
color: #DCD346;
}
</style>
background-color css
<style>
a { background-color: #DCD346; }
a { background-color: rgb(220,211,70); }
div.DivClassName
{
background-color: #DCD346;
}
.BgClassName
{
background-color: #DCD346;
}
</style>
border-color css
<style>
span { border-color: #DCD346; }
span { border-color: rgb(220,211,70); }
td.TdClassName
{
border-color: #DCD346;
}
.TagClassName
{
border-color: #DCD346;
}
</style>