Shades of Confetti #DBBF42
Tints of Confetti #DBBF42
RGB
CMYK
RGB Variations
Color information
#DBBF42 (or 0xDBBF42) is known color: Confetti. HEX triplet: DB, BF and 42. RGB value is (219,191,66). Sum of RGB (Red+Green+Blue) = 219+191+66=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBF42 is #2440BD. Grayscale: #B9B9B9. Windows color (decimal): -2375870 or 4374491. OLE color: 4374491.
HSL color Cylindrical-coordinate representation of color #DBBF42: hue angle of 49.02º 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 #DBBF42 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 66 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.14 |
| HSL | 49.02º | 0.68% | 0.56% | - |
| HSV(B) | 49.02º | 0.7% | 0.86% | - |
| XYZ | 48.83 | 52.72 | 12.76 | - |
| YUV | 185.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 66 | 0 | 0.13 | 0.70 | 0.14 | 49.02 | 0.68 | 0.56 |
| Hex | DB | BF | 42 | 0 | D | 46 | E | 31 | 44 | 38 |
| Octal | 333 | 277 | 102 | 0 | 15 | 106 | 16 | 61 | 104 | 70 |
| Binary | 11011011 | 10111111 | 1000010 | 0 | 1101 | 1000110 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DBBF42
Complementary color
Monochromatic Colors of #DBBF42
Black with #DBBF42
Text Example
Text Example
White with #DBBF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF42; }
p { color: rgb(219,191,66); }
H1.HeaderClassName
{
color: #DBBF42;
}
.AnyTagClassName
{
color: #DBBF42;
}
</style>
background-color css
<style>
a { background-color: #DBBF42; }
a { background-color: rgb(219,191,66); }
div.DivClassName
{
background-color: #DBBF42;
}
.BgClassName
{
background-color: #DBBF42;
}
</style>
border-color css
<style>
span { border-color: #DBBF42; }
span { border-color: rgb(219,191,66); }
td.TdClassName
{
border-color: #DBBF42;
}
.TagClassName
{
border-color: #DBBF42;
}
</style>