Shades of Confetti #DBC040
Tints of Confetti #DBC040
RGB
CMYK
RGB Variations
Color information
#DBC040 (or 0xDBC040) is known color: Confetti. HEX triplet: DB, C0 and 40. RGB value is (219,192,64). Sum of RGB (Red+Green+Blue) = 219+192+64=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC040 is #243FBF. Grayscale: #BABABA. Windows color (decimal): -2375616 or 4243675. OLE color: 4243675.
HSL color Cylindrical-coordinate representation of color #DBC040: hue angle of 49.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBC040 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 64 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.14 |
| HSL | 49.55º | 0.68% | 0.55% | - |
| HSV(B) | 49.55º | 0.71% | 0.86% | - |
| XYZ | 48.99 | 53.13 | 12.52 | - |
| YUV | 185.48 | 59.45 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 64 | 0 | 0.12 | 0.71 | 0.14 | 49.55 | 0.68 | 0.55 |
| Hex | DB | C0 | 40 | 0 | C | 47 | E | 32 | 44 | 37 |
| Octal | 333 | 300 | 100 | 0 | 14 | 107 | 16 | 62 | 104 | 67 |
| Binary | 11011011 | 11000000 | 1000000 | 0 | 1100 | 1000111 | 1110 | 110010 | 1000100 | 110111 |
Color Harmonies of #DBC040
Complementary color
Monochromatic Colors of #DBC040
Black with #DBC040
Text Example
Text Example
White with #DBC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC040; }
p { color: rgb(219,192,64); }
H1.HeaderClassName
{
color: #DBC040;
}
.AnyTagClassName
{
color: #DBC040;
}
</style>
background-color css
<style>
a { background-color: #DBC040; }
a { background-color: rgb(219,192,64); }
div.DivClassName
{
background-color: #DBC040;
}
.BgClassName
{
background-color: #DBC040;
}
</style>
border-color css
<style>
span { border-color: #DBC040; }
span { border-color: rgb(219,192,64); }
td.TdClassName
{
border-color: #DBC040;
}
.TagClassName
{
border-color: #DBC040;
}
</style>