Shades of Confetti #DBC246
Tints of Confetti #DBC246
RGB
CMYK
RGB Variations
Color information
#DBC246 (or 0xDBC246) is known color: Confetti. HEX triplet: DB, C2 and 46. RGB value is (219,194,70). Sum of RGB (Red+Green+Blue) = 219+194+70=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC246 is #243DB9. Grayscale: #BBBBBB. Windows color (decimal): -2375098 or 4637403. OLE color: 4637403.
HSL color Cylindrical-coordinate representation of color #DBC246: hue angle of 49.93º 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 #DBC246 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 70 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.14 |
| HSL | 49.93º | 0.67% | 0.57% | - |
| HSV(B) | 49.93º | 0.68% | 0.86% | - |
| XYZ | 49.61 | 54.09 | 13.62 | - |
| YUV | 187.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 70 | 0 | 0.11 | 0.68 | 0.14 | 49.93 | 0.67 | 0.57 |
| Hex | DB | C2 | 46 | 0 | B | 44 | E | 32 | 43 | 39 |
| Octal | 333 | 302 | 106 | 0 | 13 | 104 | 16 | 62 | 103 | 71 |
| Binary | 11011011 | 11000010 | 1000110 | 0 | 1011 | 1000100 | 1110 | 110010 | 1000011 | 111001 |
Color Harmonies of #DBC246
Complementary color
Monochromatic Colors of #DBC246
Black with #DBC246
Text Example
Text Example
White with #DBC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC246; }
p { color: rgb(219,194,70); }
H1.HeaderClassName
{
color: #DBC246;
}
.AnyTagClassName
{
color: #DBC246;
}
</style>
background-color css
<style>
a { background-color: #DBC246; }
a { background-color: rgb(219,194,70); }
div.DivClassName
{
background-color: #DBC246;
}
.BgClassName
{
background-color: #DBC246;
}
</style>
border-color css
<style>
span { border-color: #DBC246; }
span { border-color: rgb(219,194,70); }
td.TdClassName
{
border-color: #DBC246;
}
.TagClassName
{
border-color: #DBC246;
}
</style>