Shades of Confetti #DBC749
Tints of Confetti #DBC749
RGB
CMYK
RGB Variations
Color information
#DBC749 (or 0xDBC749) is known color: Confetti. HEX triplet: DB, C7 and 49. RGB value is (219,199,73). Sum of RGB (Red+Green+Blue) = 219+199+73=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC749 is #2438B6. Grayscale: #BFBFBF. Windows color (decimal): -2373815 or 4835291. OLE color: 4835291.
HSL color Cylindrical-coordinate representation of color #DBC749: hue angle of 51.78º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBC749 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 73 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.14 |
| HSL | 51.78º | 0.67% | 0.57% | - |
| HSV(B) | 51.78º | 0.67% | 0.86% | - |
| XYZ | 50.84 | 56.39 | 14.51 | - |
| YUV | 190.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 73 | 0 | 0.09 | 0.67 | 0.14 | 51.78 | 0.67 | 0.57 |
| Hex | DB | C7 | 49 | 0 | 9 | 43 | E | 34 | 43 | 39 |
| Octal | 333 | 307 | 111 | 0 | 11 | 103 | 16 | 64 | 103 | 71 |
| Binary | 11011011 | 11000111 | 1001001 | 0 | 1001 | 1000011 | 1110 | 110100 | 1000011 | 111001 |
Color Harmonies of #DBC749
Complementary color
Monochromatic Colors of #DBC749
Black with #DBC749
Text Example
Text Example
White with #DBC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC749; }
p { color: rgb(219,199,73); }
H1.HeaderClassName
{
color: #DBC749;
}
.AnyTagClassName
{
color: #DBC749;
}
</style>
background-color css
<style>
a { background-color: #DBC749; }
a { background-color: rgb(219,199,73); }
div.DivClassName
{
background-color: #DBC749;
}
.BgClassName
{
background-color: #DBC749;
}
</style>
border-color css
<style>
span { border-color: #DBC749; }
span { border-color: rgb(219,199,73); }
td.TdClassName
{
border-color: #DBC749;
}
.TagClassName
{
border-color: #DBC749;
}
</style>