Shades of Confetti #DBBB47
Tints of Confetti #DBBB47
RGB
CMYK
RGB Variations
Color information
#DBBB47 (or 0xDBBB47) is known color: Confetti. HEX triplet: DB, BB and 47. RGB value is (219,187,71). Sum of RGB (Red+Green+Blue) = 219+187+71=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB47 is #2444B8. Grayscale: #B7B7B7. Windows color (decimal): -2376889 or 4701147. OLE color: 4701147.
HSL color Cylindrical-coordinate representation of color #DBBB47: hue angle of 47.03º 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 #DBBB47 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 71 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.14 |
| HSL | 47.03º | 0.67% | 0.57% | - |
| HSV(B) | 47.03º | 0.68% | 0.86% | - |
| XYZ | 48.12 | 51.06 | 13.28 | - |
| YUV | 183.34 | 64.6 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 71 | 0 | 0.15 | 0.68 | 0.14 | 47.03 | 0.67 | 0.57 |
| Hex | DB | BB | 47 | 0 | F | 44 | E | 2F | 43 | 39 |
| Octal | 333 | 273 | 107 | 0 | 17 | 104 | 16 | 57 | 103 | 71 |
| Binary | 11011011 | 10111011 | 1000111 | 0 | 1111 | 1000100 | 1110 | 101111 | 1000011 | 111001 |
Color Harmonies of #DBBB47
Complementary color
Monochromatic Colors of #DBBB47
Black with #DBBB47
Text Example
Text Example
White with #DBBB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB47; }
p { color: rgb(219,187,71); }
H1.HeaderClassName
{
color: #DBBB47;
}
.AnyTagClassName
{
color: #DBBB47;
}
</style>
background-color css
<style>
a { background-color: #DBBB47; }
a { background-color: rgb(219,187,71); }
div.DivClassName
{
background-color: #DBBB47;
}
.BgClassName
{
background-color: #DBBB47;
}
</style>
border-color css
<style>
span { border-color: #DBBB47; }
span { border-color: rgb(219,187,71); }
td.TdClassName
{
border-color: #DBBB47;
}
.TagClassName
{
border-color: #DBBB47;
}
</style>