Shades of Confetti #DCC547
Tints of Confetti #DCC547
RGB
CMYK
RGB Variations
Color information
#DCC547 (or 0xDCC547) is known color: Confetti. HEX triplet: DC, C5 and 47. RGB value is (220,197,71). Sum of RGB (Red+Green+Blue) = 220+197+71=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC547 is #233AB8. Grayscale: #BEBEBE. Windows color (decimal): -2308793 or 4703708. OLE color: 4703708.
HSL color Cylindrical-coordinate representation of color #DCC547: hue angle of 50.74º 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 #DCC547 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 71 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.14 |
| HSL | 50.74º | 0.68% | 0.57% | - |
| HSV(B) | 50.74º | 0.68% | 0.86% | - |
| XYZ | 50.62 | 55.6 | 14.03 | - |
| YUV | 189.51 | 61.12 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 71 | 0 | 0.10 | 0.68 | 0.14 | 50.74 | 0.68 | 0.57 |
| Hex | DC | C5 | 47 | 0 | A | 44 | E | 33 | 44 | 39 |
| Octal | 334 | 305 | 107 | 0 | 12 | 104 | 16 | 63 | 104 | 71 |
| Binary | 11011100 | 11000101 | 1000111 | 0 | 1010 | 1000100 | 1110 | 110011 | 1000100 | 111001 |
Color Harmonies of #DCC547
Complementary color
Monochromatic Colors of #DCC547
Black with #DCC547
Text Example
Text Example
White with #DCC547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC547; }
p { color: rgb(220,197,71); }
H1.HeaderClassName
{
color: #DCC547;
}
.AnyTagClassName
{
color: #DCC547;
}
</style>
background-color css
<style>
a { background-color: #DCC547; }
a { background-color: rgb(220,197,71); }
div.DivClassName
{
background-color: #DCC547;
}
.BgClassName
{
background-color: #DCC547;
}
</style>
border-color css
<style>
span { border-color: #DCC547; }
span { border-color: rgb(220,197,71); }
td.TdClassName
{
border-color: #DCC547;
}
.TagClassName
{
border-color: #DCC547;
}
</style>