Shades of Confetti #DCCC47
Tints of Confetti #DCCC47
RGB
CMYK
RGB Variations
Color information
#DCCC47 (or 0xDCCC47) is known color: Confetti. HEX triplet: DC, CC and 47. RGB value is (220,204,71). Sum of RGB (Red+Green+Blue) = 220+204+71=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC47 is #2333B8. Grayscale: #C2C2C2. Windows color (decimal): -2307001 or 4705500. OLE color: 4705500.
HSL color Cylindrical-coordinate representation of color #DCCC47: hue angle of 53.56º 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 #DCCC47 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 71 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.14 |
| HSL | 53.56º | 0.68% | 0.57% | - |
| HSV(B) | 53.56º | 0.68% | 0.86% | - |
| XYZ | 52.25 | 58.86 | 14.57 | - |
| YUV | 193.62 | 58.8 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 71 | 0 | 0.07 | 0.68 | 0.14 | 53.56 | 0.68 | 0.57 |
| Hex | DC | CC | 47 | 0 | 7 | 44 | E | 36 | 44 | 39 |
| Octal | 334 | 314 | 107 | 0 | 7 | 104 | 16 | 66 | 104 | 71 |
| Binary | 11011100 | 11001100 | 1000111 | 0 | 111 | 1000100 | 1110 | 110110 | 1000100 | 111001 |
Color Harmonies of #DCCC47
Complementary color
Monochromatic Colors of #DCCC47
Black with #DCCC47
Text Example
Text Example
White with #DCCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC47; }
p { color: rgb(220,204,71); }
H1.HeaderClassName
{
color: #DCCC47;
}
.AnyTagClassName
{
color: #DCCC47;
}
</style>
background-color css
<style>
a { background-color: #DCCC47; }
a { background-color: rgb(220,204,71); }
div.DivClassName
{
background-color: #DCCC47;
}
.BgClassName
{
background-color: #DCCC47;
}
</style>
border-color css
<style>
span { border-color: #DCCC47; }
span { border-color: rgb(220,204,71); }
td.TdClassName
{
border-color: #DCCC47;
}
.TagClassName
{
border-color: #DCCC47;
}
</style>