Shades of Confetti #DCCB47
Tints of Confetti #DCCB47
RGB
CMYK
RGB Variations
Color information
#DCCB47 (or 0xDCCB47) is known color: Confetti. HEX triplet: DC, CB and 47. RGB value is (220,203,71). Sum of RGB (Red+Green+Blue) = 220+203+71=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 71 (28.12% from 255 or 14.37% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB47 is #2334B8. Grayscale: #C1C1C1. Windows color (decimal): -2307257 or 4705244. OLE color: 4705244.
HSL color Cylindrical-coordinate representation of color #DCCB47: hue angle of 53.15º 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 #DCCB47 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 71 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.14 |
| HSL | 53.15º | 0.68% | 0.57% | - |
| HSV(B) | 53.15º | 0.68% | 0.86% | - |
| XYZ | 52.01 | 58.38 | 14.49 | - |
| YUV | 193.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 71 | 0 | 0.08 | 0.68 | 0.14 | 53.15 | 0.68 | 0.57 |
| Hex | DC | CB | 47 | 0 | 8 | 44 | E | 35 | 44 | 39 |
| Octal | 334 | 313 | 107 | 0 | 10 | 104 | 16 | 65 | 104 | 71 |
| Binary | 11011100 | 11001011 | 1000111 | 0 | 1000 | 1000100 | 1110 | 110101 | 1000100 | 111001 |
Color Harmonies of #DCCB47
Complementary color
Monochromatic Colors of #DCCB47
Black with #DCCB47
Text Example
Text Example
White with #DCCB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB47; }
p { color: rgb(220,203,71); }
H1.HeaderClassName
{
color: #DCCB47;
}
.AnyTagClassName
{
color: #DCCB47;
}
</style>
background-color css
<style>
a { background-color: #DCCB47; }
a { background-color: rgb(220,203,71); }
div.DivClassName
{
background-color: #DCCB47;
}
.BgClassName
{
background-color: #DCCB47;
}
</style>
border-color css
<style>
span { border-color: #DCCB47; }
span { border-color: rgb(220,203,71); }
td.TdClassName
{
border-color: #DCCB47;
}
.TagClassName
{
border-color: #DCCB47;
}
</style>