Shades of Confetti #DCD349
Tints of Confetti #DCD349
RGB
CMYK
RGB Variations
Color information
#DCD349 (or 0xDCD349) is known color: Confetti. HEX triplet: DC, D3 and 49. RGB value is (220,211,73). Sum of RGB (Red+Green+Blue) = 220+211+73=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD349 is #232CB6. Grayscale: #C6C6C6. Windows color (decimal): -2305207 or 4838364. OLE color: 4838364.
HSL color Cylindrical-coordinate representation of color #DCD349: hue angle of 56.33º 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 #DCD349 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 73 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.14 |
| HSL | 56.33º | 0.68% | 0.57% | - |
| HSV(B) | 56.33º | 0.67% | 0.86% | - |
| XYZ | 54.01 | 62.29 | 15.48 | - |
| YUV | 197.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 73 | 0 | 0.04 | 0.67 | 0.14 | 56.33 | 0.68 | 0.57 |
| Hex | DC | D3 | 49 | 0 | 4 | 43 | E | 38 | 44 | 39 |
| Octal | 334 | 323 | 111 | 0 | 4 | 103 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010011 | 1001001 | 0 | 100 | 1000011 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD349
Complementary color
Monochromatic Colors of #DCD349
Black with #DCD349
Text Example
Text Example
White with #DCD349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD349; }
p { color: rgb(220,211,73); }
H1.HeaderClassName
{
color: #DCD349;
}
.AnyTagClassName
{
color: #DCD349;
}
</style>
background-color css
<style>
a { background-color: #DCD349; }
a { background-color: rgb(220,211,73); }
div.DivClassName
{
background-color: #DCD349;
}
.BgClassName
{
background-color: #DCD349;
}
</style>
border-color css
<style>
span { border-color: #DCD349; }
span { border-color: rgb(220,211,73); }
td.TdClassName
{
border-color: #DCD349;
}
.TagClassName
{
border-color: #DCD349;
}
</style>