Shades of Confetti #DCC847
Tints of Confetti #DCC847
RGB
CMYK
RGB Variations
Color information
#DCC847 (or 0xDCC847) is known color: Confetti. HEX triplet: DC, C8 and 47. RGB value is (220,200,71). Sum of RGB (Red+Green+Blue) = 220+200+71=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC847 is #2337B8. Grayscale: #BFBFBF. Windows color (decimal): -2308025 or 4704476. OLE color: 4704476.
HSL color Cylindrical-coordinate representation of color #DCC847: hue angle of 51.95º 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 #DCC847 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 71 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.14 |
| HSL | 51.95º | 0.68% | 0.57% | - |
| HSV(B) | 51.95º | 0.68% | 0.86% | - |
| XYZ | 51.31 | 56.98 | 14.26 | - |
| YUV | 191.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 71 | 0 | 0.09 | 0.68 | 0.14 | 51.95 | 0.68 | 0.57 |
| Hex | DC | C8 | 47 | 0 | 9 | 44 | E | 34 | 44 | 39 |
| Octal | 334 | 310 | 107 | 0 | 11 | 104 | 16 | 64 | 104 | 71 |
| Binary | 11011100 | 11001000 | 1000111 | 0 | 1001 | 1000100 | 1110 | 110100 | 1000100 | 111001 |
Color Harmonies of #DCC847
Complementary color
Monochromatic Colors of #DCC847
Black with #DCC847
Text Example
Text Example
White with #DCC847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC847; }
p { color: rgb(220,200,71); }
H1.HeaderClassName
{
color: #DCC847;
}
.AnyTagClassName
{
color: #DCC847;
}
</style>
background-color css
<style>
a { background-color: #DCC847; }
a { background-color: rgb(220,200,71); }
div.DivClassName
{
background-color: #DCC847;
}
.BgClassName
{
background-color: #DCC847;
}
</style>
border-color css
<style>
span { border-color: #DCC847; }
span { border-color: rgb(220,200,71); }
td.TdClassName
{
border-color: #DCC847;
}
.TagClassName
{
border-color: #DCC847;
}
</style>