Shades of Confetti #DBCB43
Tints of Confetti #DBCB43
RGB
CMYK
RGB Variations
Color information
#DBCB43 (or 0xDBCB43) is known color: Confetti. HEX triplet: DB, CB and 43. RGB value is (219,203,67). Sum of RGB (Red+Green+Blue) = 219+203+67=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB43 is #2434BC. Grayscale: #C0C0C0. Windows color (decimal): -2372797 or 4443099. OLE color: 4443099.
HSL color Cylindrical-coordinate representation of color #DBCB43: hue angle of 53.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBCB43 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 67 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.14 |
| HSL | 53.68º | 0.68% | 0.56% | - |
| HSV(B) | 53.68º | 0.69% | 0.86% | - |
| XYZ | 51.58 | 58.18 | 13.82 | - |
| YUV | 192.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 67 | 0 | 0.07 | 0.69 | 0.14 | 53.68 | 0.68 | 0.56 |
| Hex | DB | CB | 43 | 0 | 7 | 45 | E | 36 | 44 | 38 |
| Octal | 333 | 313 | 103 | 0 | 7 | 105 | 16 | 66 | 104 | 70 |
| Binary | 11011011 | 11001011 | 1000011 | 0 | 111 | 1000101 | 1110 | 110110 | 1000100 | 111000 |
Color Harmonies of #DBCB43
Complementary color
Monochromatic Colors of #DBCB43
Black with #DBCB43
Text Example
Text Example
White with #DBCB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB43; }
p { color: rgb(219,203,67); }
H1.HeaderClassName
{
color: #DBCB43;
}
.AnyTagClassName
{
color: #DBCB43;
}
</style>
background-color css
<style>
a { background-color: #DBCB43; }
a { background-color: rgb(219,203,67); }
div.DivClassName
{
background-color: #DBCB43;
}
.BgClassName
{
background-color: #DBCB43;
}
</style>
border-color css
<style>
span { border-color: #DBCB43; }
span { border-color: rgb(219,203,67); }
td.TdClassName
{
border-color: #DBCB43;
}
.TagClassName
{
border-color: #DBCB43;
}
</style>