Shades of Confetti #DBBE41
Tints of Confetti #DBBE41
RGB
CMYK
RGB Variations
Color information
#DBBE41 (or 0xDBBE41) is known color: Confetti. HEX triplet: DB, BE and 41. RGB value is (219,190,65). Sum of RGB (Red+Green+Blue) = 219+190+65=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 65 (25.78% from 255 or 13.71% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE41 is #2441BE. Grayscale: #B8B8B8. Windows color (decimal): -2376127 or 4308699. OLE color: 4308699.
HSL color Cylindrical-coordinate representation of color #DBBE41: hue angle of 48.7º 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 #DBBE41 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 65 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.14 |
| HSL | 48.7º | 0.68% | 0.56% | - |
| HSV(B) | 48.7º | 0.7% | 0.86% | - |
| XYZ | 48.58 | 52.27 | 12.53 | - |
| YUV | 184.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 65 | 0 | 0.13 | 0.70 | 0.14 | 48.7 | 0.68 | 0.56 |
| Hex | DB | BE | 41 | 0 | D | 46 | E | 31 | 44 | 38 |
| Octal | 333 | 276 | 101 | 0 | 15 | 106 | 16 | 61 | 104 | 70 |
| Binary | 11011011 | 10111110 | 1000001 | 0 | 1101 | 1000110 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DBBE41
Complementary color
Monochromatic Colors of #DBBE41
Black with #DBBE41
Text Example
Text Example
White with #DBBE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE41; }
p { color: rgb(219,190,65); }
H1.HeaderClassName
{
color: #DBBE41;
}
.AnyTagClassName
{
color: #DBBE41;
}
</style>
background-color css
<style>
a { background-color: #DBBE41; }
a { background-color: rgb(219,190,65); }
div.DivClassName
{
background-color: #DBBE41;
}
.BgClassName
{
background-color: #DBBE41;
}
</style>
border-color css
<style>
span { border-color: #DBBE41; }
span { border-color: rgb(219,190,65); }
td.TdClassName
{
border-color: #DBBE41;
}
.TagClassName
{
border-color: #DBBE41;
}
</style>