Shades of Confetti #DBC348
Tints of Confetti #DBC348
RGB
CMYK
RGB Variations
Color information
#DBC348 (or 0xDBC348) is known color: Confetti. HEX triplet: DB, C3 and 48. RGB value is (219,195,72). Sum of RGB (Red+Green+Blue) = 219+195+72=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC348 is #243CB7. Grayscale: #BCBCBC. Windows color (decimal): -2374840 or 4768731. OLE color: 4768731.
HSL color Cylindrical-coordinate representation of color #DBC348: hue angle of 50.2º 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 #DBC348 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 72 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.14 |
| HSL | 50.2º | 0.67% | 0.57% | - |
| HSV(B) | 50.2º | 0.67% | 0.86% | - |
| XYZ | 49.9 | 54.56 | 14.03 | - |
| YUV | 188.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 72 | 0 | 0.11 | 0.67 | 0.14 | 50.2 | 0.67 | 0.57 |
| Hex | DB | C3 | 48 | 0 | B | 43 | E | 32 | 43 | 39 |
| Octal | 333 | 303 | 110 | 0 | 13 | 103 | 16 | 62 | 103 | 71 |
| Binary | 11011011 | 11000011 | 1001000 | 0 | 1011 | 1000011 | 1110 | 110010 | 1000011 | 111001 |
Color Harmonies of #DBC348
Complementary color
Monochromatic Colors of #DBC348
Black with #DBC348
Text Example
Text Example
White with #DBC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC348; }
p { color: rgb(219,195,72); }
H1.HeaderClassName
{
color: #DBC348;
}
.AnyTagClassName
{
color: #DBC348;
}
</style>
background-color css
<style>
a { background-color: #DBC348; }
a { background-color: rgb(219,195,72); }
div.DivClassName
{
background-color: #DBC348;
}
.BgClassName
{
background-color: #DBC348;
}
</style>
border-color css
<style>
span { border-color: #DBC348; }
span { border-color: rgb(219,195,72); }
td.TdClassName
{
border-color: #DBC348;
}
.TagClassName
{
border-color: #DBC348;
}
</style>