Shades of Confetti #DBC549
Tints of Confetti #DBC549
RGB
CMYK
RGB Variations
Color information
#DBC549 (or 0xDBC549) is known color: Confetti. HEX triplet: DB, C5 and 49. RGB value is (219,197,73). Sum of RGB (Red+Green+Blue) = 219+197+73=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC549 is #243AB6. Grayscale: #BDBDBD. Windows color (decimal): -2374327 or 4834779. OLE color: 4834779.
HSL color Cylindrical-coordinate representation of color #DBC549: hue angle of 50.96º 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 #DBC549 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 73 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.14 |
| HSL | 50.96º | 0.67% | 0.57% | - |
| HSV(B) | 50.96º | 0.67% | 0.86% | - |
| XYZ | 50.38 | 55.47 | 14.36 | - |
| YUV | 189.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 73 | 0 | 0.10 | 0.67 | 0.14 | 50.96 | 0.67 | 0.57 |
| Hex | DB | C5 | 49 | 0 | A | 43 | E | 33 | 43 | 39 |
| Octal | 333 | 305 | 111 | 0 | 12 | 103 | 16 | 63 | 103 | 71 |
| Binary | 11011011 | 11000101 | 1001001 | 0 | 1010 | 1000011 | 1110 | 110011 | 1000011 | 111001 |
Color Harmonies of #DBC549
Complementary color
Monochromatic Colors of #DBC549
Black with #DBC549
Text Example
Text Example
White with #DBC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC549; }
p { color: rgb(219,197,73); }
H1.HeaderClassName
{
color: #DBC549;
}
.AnyTagClassName
{
color: #DBC549;
}
</style>
background-color css
<style>
a { background-color: #DBC549; }
a { background-color: rgb(219,197,73); }
div.DivClassName
{
background-color: #DBC549;
}
.BgClassName
{
background-color: #DBC549;
}
</style>
border-color css
<style>
span { border-color: #DBC549; }
span { border-color: rgb(219,197,73); }
td.TdClassName
{
border-color: #DBC549;
}
.TagClassName
{
border-color: #DBC549;
}
</style>