Shades of Confetti #DBCB46
Tints of Confetti #DBCB46
RGB
CMYK
RGB Variations
Color information
#DBCB46 (or 0xDBCB46) is known color: Confetti. HEX triplet: DB, CB and 46. RGB value is (219,203,70). Sum of RGB (Red+Green+Blue) = 219+203+70=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB46 is #2434B9. Grayscale: #C1C1C1. Windows color (decimal): -2372794 or 4639707. OLE color: 4639707.
HSL color Cylindrical-coordinate representation of color #DBCB46: hue angle of 53.56º 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 #DBCB46 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 70 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.14 |
| HSL | 53.56º | 0.67% | 0.57% | - |
| HSV(B) | 53.56º | 0.68% | 0.86% | - |
| XYZ | 51.67 | 58.21 | 14.31 | - |
| YUV | 192.62 | 58.8 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 70 | 0 | 0.07 | 0.68 | 0.14 | 53.56 | 0.67 | 0.57 |
| Hex | DB | CB | 46 | 0 | 7 | 44 | E | 36 | 43 | 39 |
| Octal | 333 | 313 | 106 | 0 | 7 | 104 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001011 | 1000110 | 0 | 111 | 1000100 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCB46
Complementary color
Monochromatic Colors of #DBCB46
Black with #DBCB46
Text Example
Text Example
White with #DBCB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB46; }
p { color: rgb(219,203,70); }
H1.HeaderClassName
{
color: #DBCB46;
}
.AnyTagClassName
{
color: #DBCB46;
}
</style>
background-color css
<style>
a { background-color: #DBCB46; }
a { background-color: rgb(219,203,70); }
div.DivClassName
{
background-color: #DBCB46;
}
.BgClassName
{
background-color: #DBCB46;
}
</style>
border-color css
<style>
span { border-color: #DBCB46; }
span { border-color: rgb(219,203,70); }
td.TdClassName
{
border-color: #DBCB46;
}
.TagClassName
{
border-color: #DBCB46;
}
</style>