Shades of Confetti #DCD347
Tints of Confetti #DCD347
RGB
CMYK
RGB Variations
Color information
#DCD347 (or 0xDCD347) is known color: Confetti. HEX triplet: DC, D3 and 47. RGB value is (220,211,71). Sum of RGB (Red+Green+Blue) = 220+211+71=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD347 is #232CB8. Grayscale: #C6C6C6. Windows color (decimal): -2305209 or 4707292. OLE color: 4707292.
HSL color Cylindrical-coordinate representation of color #DCD347: hue angle of 56.38º 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 #DCD347 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 71 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.14 |
| HSL | 56.38º | 0.68% | 0.57% | - |
| HSV(B) | 56.38º | 0.68% | 0.86% | - |
| XYZ | 53.95 | 62.26 | 15.14 | - |
| YUV | 197.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 71 | 0 | 0.04 | 0.68 | 0.14 | 56.38 | 0.68 | 0.57 |
| Hex | DC | D3 | 47 | 0 | 4 | 44 | E | 38 | 44 | 39 |
| Octal | 334 | 323 | 107 | 0 | 4 | 104 | 16 | 70 | 104 | 71 |
| Binary | 11011100 | 11010011 | 1000111 | 0 | 100 | 1000100 | 1110 | 111000 | 1000100 | 111001 |
Color Harmonies of #DCD347
Complementary color
Monochromatic Colors of #DCD347
Black with #DCD347
Text Example
Text Example
White with #DCD347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD347; }
p { color: rgb(220,211,71); }
H1.HeaderClassName
{
color: #DCD347;
}
.AnyTagClassName
{
color: #DCD347;
}
</style>
background-color css
<style>
a { background-color: #DCD347; }
a { background-color: rgb(220,211,71); }
div.DivClassName
{
background-color: #DCD347;
}
.BgClassName
{
background-color: #DCD347;
}
</style>
border-color css
<style>
span { border-color: #DCD347; }
span { border-color: rgb(220,211,71); }
td.TdClassName
{
border-color: #DCD347;
}
.TagClassName
{
border-color: #DCD347;
}
</style>