Shades of Confetti #DBC248
Tints of Confetti #DBC248
RGB
CMYK
RGB Variations
Color information
#DBC248 (or 0xDBC248) is known color: Confetti. HEX triplet: DB, C2 and 48. RGB value is (219,194,72). Sum of RGB (Red+Green+Blue) = 219+194+72=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC248 is #243DB7. Grayscale: #BCBCBC. Windows color (decimal): -2375096 or 4768475. OLE color: 4768475.
HSL color Cylindrical-coordinate representation of color #DBC248: hue angle of 49.8º 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 #DBC248 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 72 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.14 |
| HSL | 49.8º | 0.67% | 0.57% | - |
| HSV(B) | 49.8º | 0.67% | 0.86% | - |
| XYZ | 49.67 | 54.11 | 13.96 | - |
| YUV | 187.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 72 | 0 | 0.11 | 0.67 | 0.14 | 49.8 | 0.67 | 0.57 |
| Hex | DB | C2 | 48 | 0 | B | 43 | E | 32 | 43 | 39 |
| Octal | 333 | 302 | 110 | 0 | 13 | 103 | 16 | 62 | 103 | 71 |
| Binary | 11011011 | 11000010 | 1001000 | 0 | 1011 | 1000011 | 1110 | 110010 | 1000011 | 111001 |
Color Harmonies of #DBC248
Complementary color
Monochromatic Colors of #DBC248
Black with #DBC248
Text Example
Text Example
White with #DBC248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC248; }
p { color: rgb(219,194,72); }
H1.HeaderClassName
{
color: #DBC248;
}
.AnyTagClassName
{
color: #DBC248;
}
</style>
background-color css
<style>
a { background-color: #DBC248; }
a { background-color: rgb(219,194,72); }
div.DivClassName
{
background-color: #DBC248;
}
.BgClassName
{
background-color: #DBC248;
}
</style>
border-color css
<style>
span { border-color: #DBC248; }
span { border-color: rgb(219,194,72); }
td.TdClassName
{
border-color: #DBC248;
}
.TagClassName
{
border-color: #DBC248;
}
</style>