Shades of Confetti #DBC147
Tints of Confetti #DBC147
RGB
CMYK
RGB Variations
Color information
#DBC147 (or 0xDBC147) is known color: Confetti. HEX triplet: DB, C1 and 47. RGB value is (219,193,71). Sum of RGB (Red+Green+Blue) = 219+193+71=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC147 is #243EB8. Grayscale: #BBBBBB. Windows color (decimal): -2375353 or 4702683. OLE color: 4702683.
HSL color Cylindrical-coordinate representation of color #DBC147: hue angle of 49.46º degrees, saturation: 0.67, 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 #DBC147 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 71 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.14 |
| HSL | 49.46º | 0.67% | 0.57% | - |
| HSV(B) | 49.46º | 0.68% | 0.86% | - |
| XYZ | 49.42 | 53.65 | 13.71 | - |
| YUV | 186.87 | 62.61 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 71 | 0 | 0.12 | 0.68 | 0.14 | 49.46 | 0.67 | 0.57 |
| Hex | DB | C1 | 47 | 0 | C | 44 | E | 31 | 43 | 39 |
| Octal | 333 | 301 | 107 | 0 | 14 | 104 | 16 | 61 | 103 | 71 |
| Binary | 11011011 | 11000001 | 1000111 | 0 | 1100 | 1000100 | 1110 | 110001 | 1000011 | 111001 |
Color Harmonies of #DBC147
Complementary color
Monochromatic Colors of #DBC147
Black with #DBC147
Text Example
Text Example
White with #DBC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC147; }
p { color: rgb(219,193,71); }
H1.HeaderClassName
{
color: #DBC147;
}
.AnyTagClassName
{
color: #DBC147;
}
</style>
background-color css
<style>
a { background-color: #DBC147; }
a { background-color: rgb(219,193,71); }
div.DivClassName
{
background-color: #DBC147;
}
.BgClassName
{
background-color: #DBC147;
}
</style>
border-color css
<style>
span { border-color: #DBC147; }
span { border-color: rgb(219,193,71); }
td.TdClassName
{
border-color: #DBC147;
}
.TagClassName
{
border-color: #DBC147;
}
</style>