Shades of Confetti #DBC959
Tints of Confetti #DBC959
RGB
CMYK
RGB Variations
Color information
#DBC959 (or 0xDBC959) is known color: Confetti. HEX triplet: DB, C9 and 59. RGB value is (219,201,89). Sum of RGB (Red+Green+Blue) = 219+201+89=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC959 is #2436A6. Grayscale: #C2C2C2. Windows color (decimal): -2373287 or 5884379. OLE color: 5884379.
HSL color Cylindrical-coordinate representation of color #DBC959: hue angle of 51.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBC959 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 89 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.14 |
| HSL | 51.69º | 0.64% | 0.6% | - |
| HSV(B) | 51.69º | 0.59% | 0.86% | - |
| XYZ | 51.9 | 57.55 | 17.82 | - |
| YUV | 193.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 89 | 0 | 0.08 | 0.59 | 0.14 | 51.69 | 0.64 | 0.6 |
| Hex | DB | C9 | 59 | 0 | 8 | 3B | E | 34 | 40 | 3C |
| Octal | 333 | 311 | 131 | 0 | 10 | 73 | 16 | 64 | 100 | 74 |
| Binary | 11011011 | 11001001 | 1011001 | 0 | 1000 | 111011 | 1110 | 110100 | 1000000 | 111100 |
Color Harmonies of #DBC959
Complementary color
Monochromatic Colors of #DBC959
Black with #DBC959
Text Example
Text Example
White with #DBC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC959; }
p { color: rgb(219,201,89); }
H1.HeaderClassName
{
color: #DBC959;
}
.AnyTagClassName
{
color: #DBC959;
}
</style>
background-color css
<style>
a { background-color: #DBC959; }
a { background-color: rgb(219,201,89); }
div.DivClassName
{
background-color: #DBC959;
}
.BgClassName
{
background-color: #DBC959;
}
</style>
border-color css
<style>
span { border-color: #DBC959; }
span { border-color: rgb(219,201,89); }
td.TdClassName
{
border-color: #DBC959;
}
.TagClassName
{
border-color: #DBC959;
}
</style>