Shades of Confetti #DBC046
Tints of Confetti #DBC046
RGB
CMYK
RGB Variations
Color information
#DBC046 (or 0xDBC046) is known color: Confetti. HEX triplet: DB, C0 and 46. RGB value is (219,192,70). Sum of RGB (Red+Green+Blue) = 219+192+70=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC046 is #243FB9. Grayscale: #BABABA. Windows color (decimal): -2375610 or 4636891. OLE color: 4636891.
HSL color Cylindrical-coordinate representation of color #DBC046: hue angle of 49.13º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBC046 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 70 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.14 |
| HSL | 49.13º | 0.67% | 0.57% | - |
| HSV(B) | 49.13º | 0.68% | 0.86% | - |
| XYZ | 49.17 | 53.2 | 13.47 | - |
| YUV | 186.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 70 | 0 | 0.12 | 0.68 | 0.14 | 49.13 | 0.67 | 0.57 |
| Hex | DB | C0 | 46 | 0 | C | 44 | E | 31 | 43 | 39 |
| Octal | 333 | 300 | 106 | 0 | 14 | 104 | 16 | 61 | 103 | 71 |
| Binary | 11011011 | 11000000 | 1000110 | 0 | 1100 | 1000100 | 1110 | 110001 | 1000011 | 111001 |
Color Harmonies of #DBC046
Complementary color
Monochromatic Colors of #DBC046
Black with #DBC046
Text Example
Text Example
White with #DBC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC046; }
p { color: rgb(219,192,70); }
H1.HeaderClassName
{
color: #DBC046;
}
.AnyTagClassName
{
color: #DBC046;
}
</style>
background-color css
<style>
a { background-color: #DBC046; }
a { background-color: rgb(219,192,70); }
div.DivClassName
{
background-color: #DBC046;
}
.BgClassName
{
background-color: #DBC046;
}
</style>
border-color css
<style>
span { border-color: #DBC046; }
span { border-color: rgb(219,192,70); }
td.TdClassName
{
border-color: #DBC046;
}
.TagClassName
{
border-color: #DBC046;
}
</style>