Shades of Confetti #DBC048
Tints of Confetti #DBC048
RGB
CMYK
RGB Variations
Color information
#DBC048 (or 0xDBC048) is known color: Confetti. HEX triplet: DB, C0 and 48. RGB value is (219,192,72). Sum of RGB (Red+Green+Blue) = 219+192+72=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC048 is #243FB7. Grayscale: #BABABA. Windows color (decimal): -2375608 or 4767963. OLE color: 4767963.
HSL color Cylindrical-coordinate representation of color #DBC048: hue angle of 48.98º 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 #DBC048 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 72 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.14 |
| HSL | 48.98º | 0.67% | 0.57% | - |
| HSV(B) | 48.98º | 0.67% | 0.86% | - |
| XYZ | 49.23 | 53.23 | 13.81 | - |
| YUV | 186.39 | 63.45 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 72 | 0 | 0.12 | 0.67 | 0.14 | 48.98 | 0.67 | 0.57 |
| Hex | DB | C0 | 48 | 0 | C | 43 | E | 31 | 43 | 39 |
| Octal | 333 | 300 | 110 | 0 | 14 | 103 | 16 | 61 | 103 | 71 |
| Binary | 11011011 | 11000000 | 1001000 | 0 | 1100 | 1000011 | 1110 | 110001 | 1000011 | 111001 |
Color Harmonies of #DBC048
Complementary color
Monochromatic Colors of #DBC048
Black with #DBC048
Text Example
Text Example
White with #DBC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC048; }
p { color: rgb(219,192,72); }
H1.HeaderClassName
{
color: #DBC048;
}
.AnyTagClassName
{
color: #DBC048;
}
</style>
background-color css
<style>
a { background-color: #DBC048; }
a { background-color: rgb(219,192,72); }
div.DivClassName
{
background-color: #DBC048;
}
.BgClassName
{
background-color: #DBC048;
}
</style>
border-color css
<style>
span { border-color: #DBC048; }
span { border-color: rgb(219,192,72); }
td.TdClassName
{
border-color: #DBC048;
}
.TagClassName
{
border-color: #DBC048;
}
</style>