Shades of Confetti #DCC846
Tints of Confetti #DCC846
RGB
CMYK
RGB Variations
Color information
#DCC846 (or 0xDCC846) is known color: Confetti. HEX triplet: DC, C8 and 46. RGB value is (220,200,70). Sum of RGB (Red+Green+Blue) = 220+200+70=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC846 is #2337B9. Grayscale: #BFBFBF. Windows color (decimal): -2308026 or 4638940. OLE color: 4638940.
HSL color Cylindrical-coordinate representation of color #DCC846: hue angle of 52º 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 #DCC846 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 70 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.14 |
| HSL | 52º | 0.68% | 0.57% | - |
| HSV(B) | 52º | 0.68% | 0.86% | - |
| XYZ | 51.27 | 56.97 | 14.09 | - |
| YUV | 191.16 | 59.63 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 70 | 0 | 0.09 | 0.68 | 0.14 | 52 | 0.68 | 0.57 |
| Hex | DC | C8 | 46 | 0 | 9 | 44 | E | 34 | 44 | 39 |
| Octal | 334 | 310 | 106 | 0 | 11 | 104 | 16 | 64 | 104 | 71 |
| Binary | 11011100 | 11001000 | 1000110 | 0 | 1001 | 1000100 | 1110 | 110100 | 1000100 | 111001 |
Color Harmonies of #DCC846
Complementary color
Monochromatic Colors of #DCC846
Black with #DCC846
Text Example
Text Example
White with #DCC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC846; }
p { color: rgb(220,200,70); }
H1.HeaderClassName
{
color: #DCC846;
}
.AnyTagClassName
{
color: #DCC846;
}
</style>
background-color css
<style>
a { background-color: #DCC846; }
a { background-color: rgb(220,200,70); }
div.DivClassName
{
background-color: #DCC846;
}
.BgClassName
{
background-color: #DCC846;
}
</style>
border-color css
<style>
span { border-color: #DCC846; }
span { border-color: rgb(220,200,70); }
td.TdClassName
{
border-color: #DCC846;
}
.TagClassName
{
border-color: #DCC846;
}
</style>