Shades of Confetti #DBC548
Tints of Confetti #DBC548
RGB
CMYK
RGB Variations
Color information
#DBC548 (or 0xDBC548) is known color: Confetti. HEX triplet: DB, C5 and 48. RGB value is (219,197,72). Sum of RGB (Red+Green+Blue) = 219+197+72=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC548 is #243AB7. Grayscale: #BDBDBD. Windows color (decimal): -2374328 or 4769243. OLE color: 4769243.
HSL color Cylindrical-coordinate representation of color #DBC548: hue angle of 51.02º 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 #DBC548 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 72 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.14 |
| HSL | 51.02º | 0.67% | 0.57% | - |
| HSV(B) | 51.02º | 0.67% | 0.86% | - |
| XYZ | 50.35 | 55.46 | 14.18 | - |
| YUV | 189.33 | 61.79 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 72 | 0 | 0.10 | 0.67 | 0.14 | 51.02 | 0.67 | 0.57 |
| Hex | DB | C5 | 48 | 0 | A | 43 | E | 33 | 43 | 39 |
| Octal | 333 | 305 | 110 | 0 | 12 | 103 | 16 | 63 | 103 | 71 |
| Binary | 11011011 | 11000101 | 1001000 | 0 | 1010 | 1000011 | 1110 | 110011 | 1000011 | 111001 |
Color Harmonies of #DBC548
Complementary color
Monochromatic Colors of #DBC548
Black with #DBC548
Text Example
Text Example
White with #DBC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC548; }
p { color: rgb(219,197,72); }
H1.HeaderClassName
{
color: #DBC548;
}
.AnyTagClassName
{
color: #DBC548;
}
</style>
background-color css
<style>
a { background-color: #DBC548; }
a { background-color: rgb(219,197,72); }
div.DivClassName
{
background-color: #DBC548;
}
.BgClassName
{
background-color: #DBC548;
}
</style>
border-color css
<style>
span { border-color: #DBC548; }
span { border-color: rgb(219,197,72); }
td.TdClassName
{
border-color: #DBC548;
}
.TagClassName
{
border-color: #DBC548;
}
</style>