Shades of Confetti #DBBB48
Tints of Confetti #DBBB48
RGB
CMYK
RGB Variations
Color information
#DBBB48 (or 0xDBBB48) is known color: Confetti. HEX triplet: DB, BB and 48. RGB value is (219,187,72). Sum of RGB (Red+Green+Blue) = 219+187+72=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB48 is #2444B7. Grayscale: #B7B7B7. Windows color (decimal): -2376888 or 4766683. OLE color: 4766683.
HSL color Cylindrical-coordinate representation of color #DBBB48: hue angle of 46.94º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBBB48 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 72 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.14 |
| HSL | 46.94º | 0.67% | 0.57% | - |
| HSV(B) | 46.94º | 0.67% | 0.86% | - |
| XYZ | 48.15 | 51.07 | 13.45 | - |
| YUV | 183.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 72 | 0 | 0.15 | 0.67 | 0.14 | 46.94 | 0.67 | 0.57 |
| Hex | DB | BB | 48 | 0 | F | 43 | E | 2F | 43 | 39 |
| Octal | 333 | 273 | 110 | 0 | 17 | 103 | 16 | 57 | 103 | 71 |
| Binary | 11011011 | 10111011 | 1001000 | 0 | 1111 | 1000011 | 1110 | 101111 | 1000011 | 111001 |
Color Harmonies of #DBBB48
Complementary color
Monochromatic Colors of #DBBB48
Black with #DBBB48
Text Example
Text Example
White with #DBBB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB48; }
p { color: rgb(219,187,72); }
H1.HeaderClassName
{
color: #DBBB48;
}
.AnyTagClassName
{
color: #DBBB48;
}
</style>
background-color css
<style>
a { background-color: #DBBB48; }
a { background-color: rgb(219,187,72); }
div.DivClassName
{
background-color: #DBBB48;
}
.BgClassName
{
background-color: #DBBB48;
}
</style>
border-color css
<style>
span { border-color: #DBBB48; }
span { border-color: rgb(219,187,72); }
td.TdClassName
{
border-color: #DBBB48;
}
.TagClassName
{
border-color: #DBBB48;
}
</style>