Shades of Confetti #DBCB41
Tints of Confetti #DBCB41
RGB
CMYK
RGB Variations
Color information
#DBCB41 (or 0xDBCB41) is known color: Confetti. HEX triplet: DB, CB and 41. RGB value is (219,203,65). Sum of RGB (Red+Green+Blue) = 219+203+65=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB41 is #2434BE. Grayscale: #C0C0C0. Windows color (decimal): -2372799 or 4312027. OLE color: 4312027.
HSL color Cylindrical-coordinate representation of color #DBCB41: hue angle of 53.77º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBCB41 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 65 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.14 |
| HSL | 53.77º | 0.68% | 0.56% | - |
| HSV(B) | 53.77º | 0.7% | 0.86% | - |
| XYZ | 51.52 | 58.15 | 13.51 | - |
| YUV | 192.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 65 | 0 | 0.07 | 0.70 | 0.14 | 53.77 | 0.68 | 0.56 |
| Hex | DB | CB | 41 | 0 | 7 | 46 | E | 36 | 44 | 38 |
| Octal | 333 | 313 | 101 | 0 | 7 | 106 | 16 | 66 | 104 | 70 |
| Binary | 11011011 | 11001011 | 1000001 | 0 | 111 | 1000110 | 1110 | 110110 | 1000100 | 111000 |
Color Harmonies of #DBCB41
Complementary color
Monochromatic Colors of #DBCB41
Black with #DBCB41
Text Example
Text Example
White with #DBCB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB41; }
p { color: rgb(219,203,65); }
H1.HeaderClassName
{
color: #DBCB41;
}
.AnyTagClassName
{
color: #DBCB41;
}
</style>
background-color css
<style>
a { background-color: #DBCB41; }
a { background-color: rgb(219,203,65); }
div.DivClassName
{
background-color: #DBCB41;
}
.BgClassName
{
background-color: #DBCB41;
}
</style>
border-color css
<style>
span { border-color: #DBCB41; }
span { border-color: rgb(219,203,65); }
td.TdClassName
{
border-color: #DBCB41;
}
.TagClassName
{
border-color: #DBCB41;
}
</style>