Shades of Confetti #DBBC47
Tints of Confetti #DBBC47
RGB
CMYK
RGB Variations
Color information
#DBBC47 (or 0xDBBC47) is known color: Confetti. HEX triplet: DB, BC and 47. RGB value is (219,188,71). Sum of RGB (Red+Green+Blue) = 219+188+71=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 71 (28.12% from 255 or 14.85% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC47 is #2443B8. Grayscale: #B8B8B8. Windows color (decimal): -2376633 or 4701403. OLE color: 4701403.
HSL color Cylindrical-coordinate representation of color #DBBC47: hue angle of 47.43º 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 #DBBC47 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 71 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.14 |
| HSL | 47.43º | 0.67% | 0.57% | - |
| HSV(B) | 47.43º | 0.68% | 0.86% | - |
| XYZ | 48.33 | 51.48 | 13.35 | - |
| YUV | 183.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 71 | 0 | 0.14 | 0.68 | 0.14 | 47.43 | 0.67 | 0.57 |
| Hex | DB | BC | 47 | 0 | E | 44 | E | 2F | 43 | 39 |
| Octal | 333 | 274 | 107 | 0 | 16 | 104 | 16 | 57 | 103 | 71 |
| Binary | 11011011 | 10111100 | 1000111 | 0 | 1110 | 1000100 | 1110 | 101111 | 1000011 | 111001 |
Color Harmonies of #DBBC47
Complementary color
Monochromatic Colors of #DBBC47
Black with #DBBC47
Text Example
Text Example
White with #DBBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC47; }
p { color: rgb(219,188,71); }
H1.HeaderClassName
{
color: #DBBC47;
}
.AnyTagClassName
{
color: #DBBC47;
}
</style>
background-color css
<style>
a { background-color: #DBBC47; }
a { background-color: rgb(219,188,71); }
div.DivClassName
{
background-color: #DBBC47;
}
.BgClassName
{
background-color: #DBBC47;
}
</style>
border-color css
<style>
span { border-color: #DBBC47; }
span { border-color: rgb(219,188,71); }
td.TdClassName
{
border-color: #DBBC47;
}
.TagClassName
{
border-color: #DBBC47;
}
</style>