Shades of Confetti #DCBB47
Tints of Confetti #DCBB47
RGB
CMYK
RGB Variations
Color information
#DCBB47 (or 0xDCBB47) is known color: Confetti. HEX triplet: DC, BB and 47. RGB value is (220,187,71). Sum of RGB (Red+Green+Blue) = 220+187+71=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBB47 is #2344B8. Grayscale: #B8B8B8. Windows color (decimal): -2311353 or 4701148. OLE color: 4701148.
HSL color Cylindrical-coordinate representation of color #DCBB47: hue angle of 46.71º 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 #DCBB47 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 71 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.14 |
| HSL | 46.71º | 0.68% | 0.57% | - |
| HSV(B) | 46.71º | 0.68% | 0.86% | - |
| XYZ | 48.42 | 51.21 | 13.29 | - |
| YUV | 183.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 71 | 0 | 0.15 | 0.68 | 0.14 | 46.71 | 0.68 | 0.57 |
| Hex | DC | BB | 47 | 0 | F | 44 | E | 2F | 44 | 39 |
| Octal | 334 | 273 | 107 | 0 | 17 | 104 | 16 | 57 | 104 | 71 |
| Binary | 11011100 | 10111011 | 1000111 | 0 | 1111 | 1000100 | 1110 | 101111 | 1000100 | 111001 |
Color Harmonies of #DCBB47
Complementary color
Monochromatic Colors of #DCBB47
Black with #DCBB47
Text Example
Text Example
White with #DCBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB47; }
p { color: rgb(220,187,71); }
H1.HeaderClassName
{
color: #DCBB47;
}
.AnyTagClassName
{
color: #DCBB47;
}
</style>
background-color css
<style>
a { background-color: #DCBB47; }
a { background-color: rgb(220,187,71); }
div.DivClassName
{
background-color: #DCBB47;
}
.BgClassName
{
background-color: #DCBB47;
}
</style>
border-color css
<style>
span { border-color: #DCBB47; }
span { border-color: rgb(220,187,71); }
td.TdClassName
{
border-color: #DCBB47;
}
.TagClassName
{
border-color: #DCBB47;
}
</style>