Shades of Confetti #DBC945
Tints of Confetti #DBC945
RGB
CMYK
RGB Variations
Color information
#DBC945 (or 0xDBC945) is known color: Confetti. HEX triplet: DB, C9 and 45. RGB value is (219,201,69). Sum of RGB (Red+Green+Blue) = 219+201+69=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC945 is #2436BA. Grayscale: #BFBFBF. Windows color (decimal): -2373307 or 4573659. OLE color: 4573659.
HSL color Cylindrical-coordinate representation of color #DBC945: hue angle of 52.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBC945 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 69 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.14 |
| HSL | 52.8º | 0.68% | 0.56% | - |
| HSV(B) | 52.8º | 0.68% | 0.86% | - |
| XYZ | 51.17 | 57.26 | 13.99 | - |
| YUV | 191.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 69 | 0 | 0.08 | 0.68 | 0.14 | 52.8 | 0.68 | 0.56 |
| Hex | DB | C9 | 45 | 0 | 8 | 44 | E | 35 | 44 | 38 |
| Octal | 333 | 311 | 105 | 0 | 10 | 104 | 16 | 65 | 104 | 70 |
| Binary | 11011011 | 11001001 | 1000101 | 0 | 1000 | 1000100 | 1110 | 110101 | 1000100 | 111000 |
Color Harmonies of #DBC945
Complementary color
Monochromatic Colors of #DBC945
Black with #DBC945
Text Example
Text Example
White with #DBC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC945; }
p { color: rgb(219,201,69); }
H1.HeaderClassName
{
color: #DBC945;
}
.AnyTagClassName
{
color: #DBC945;
}
</style>
background-color css
<style>
a { background-color: #DBC945; }
a { background-color: rgb(219,201,69); }
div.DivClassName
{
background-color: #DBC945;
}
.BgClassName
{
background-color: #DBC945;
}
</style>
border-color css
<style>
span { border-color: #DBC945; }
span { border-color: rgb(219,201,69); }
td.TdClassName
{
border-color: #DBC945;
}
.TagClassName
{
border-color: #DBC945;
}
</style>