Shades of Confetti #DCBD47
Tints of Confetti #DCBD47
RGB
CMYK
RGB Variations
Color information
#DCBD47 (or 0xDCBD47) is known color: Confetti. HEX triplet: DC, BD and 47. RGB value is (220,189,71). Sum of RGB (Red+Green+Blue) = 220+189+71=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 71 (28.12% from 255 or 14.79% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD47 is #2342B8. Grayscale: #B9B9B9. Windows color (decimal): -2310841 or 4701660. OLE color: 4701660.
HSL color Cylindrical-coordinate representation of color #DCBD47: hue angle of 47.52º 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 #DCBD47 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 71 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.14 |
| HSL | 47.52º | 0.68% | 0.57% | - |
| HSV(B) | 47.52º | 0.68% | 0.86% | - |
| XYZ | 48.85 | 52.07 | 13.44 | - |
| YUV | 184.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 71 | 0 | 0.14 | 0.68 | 0.14 | 47.52 | 0.68 | 0.57 |
| Hex | DC | BD | 47 | 0 | E | 44 | E | 30 | 44 | 39 |
| Octal | 334 | 275 | 107 | 0 | 16 | 104 | 16 | 60 | 104 | 71 |
| Binary | 11011100 | 10111101 | 1000111 | 0 | 1110 | 1000100 | 1110 | 110000 | 1000100 | 111001 |
Color Harmonies of #DCBD47
Complementary color
Monochromatic Colors of #DCBD47
Black with #DCBD47
Text Example
Text Example
White with #DCBD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD47; }
p { color: rgb(220,189,71); }
H1.HeaderClassName
{
color: #DCBD47;
}
.AnyTagClassName
{
color: #DCBD47;
}
</style>
background-color css
<style>
a { background-color: #DCBD47; }
a { background-color: rgb(220,189,71); }
div.DivClassName
{
background-color: #DCBD47;
}
.BgClassName
{
background-color: #DCBD47;
}
</style>
border-color css
<style>
span { border-color: #DCBD47; }
span { border-color: rgb(220,189,71); }
td.TdClassName
{
border-color: #DCBD47;
}
.TagClassName
{
border-color: #DCBD47;
}
</style>