Shades of Confetti #DCD646
Tints of Confetti #DCD646
RGB
CMYK
RGB Variations
Color information
#DCD646 (or 0xDCD646) is known color: Confetti. HEX triplet: DC, D6 and 46. RGB value is (220,214,70). Sum of RGB (Red+Green+Blue) = 220+214+70=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD646 is #2329B9. Grayscale: #C7C7C7. Windows color (decimal): -2304442 or 4642524. OLE color: 4642524.
HSL color Cylindrical-coordinate representation of color #DCD646: hue angle of 57.6º 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 #DCD646 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 70 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.14 |
| HSL | 57.6º | 0.68% | 0.57% | - |
| HSV(B) | 57.6º | 0.68% | 0.86% | - |
| XYZ | 54.67 | 63.75 | 15.22 | - |
| YUV | 199.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 70 | 0 | 0.03 | 0.68 | 0.14 | 57.6 | 0.68 | 0.57 |
| Hex | DC | D6 | 46 | 0 | 3 | 44 | E | 3A | 44 | 39 |
| Octal | 334 | 326 | 106 | 0 | 3 | 104 | 16 | 72 | 104 | 71 |
| Binary | 11011100 | 11010110 | 1000110 | 0 | 11 | 1000100 | 1110 | 111010 | 1000100 | 111001 |
Color Harmonies of #DCD646
Complementary color
Monochromatic Colors of #DCD646
Black with #DCD646
Text Example
Text Example
White with #DCD646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD646; }
p { color: rgb(220,214,70); }
H1.HeaderClassName
{
color: #DCD646;
}
.AnyTagClassName
{
color: #DCD646;
}
</style>
background-color css
<style>
a { background-color: #DCD646; }
a { background-color: rgb(220,214,70); }
div.DivClassName
{
background-color: #DCD646;
}
.BgClassName
{
background-color: #DCD646;
}
</style>
border-color css
<style>
span { border-color: #DCD646; }
span { border-color: rgb(220,214,70); }
td.TdClassName
{
border-color: #DCD646;
}
.TagClassName
{
border-color: #DCD646;
}
</style>