Shades of Confetti #DBC041
Tints of Confetti #DBC041
RGB
CMYK
RGB Variations
Color information
#DBC041 (or 0xDBC041) is known color: Confetti. HEX triplet: DB, C0 and 41. RGB value is (219,192,65). Sum of RGB (Red+Green+Blue) = 219+192+65=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC041 is #243FBE. Grayscale: #BABABA. Windows color (decimal): -2375615 or 4309211. OLE color: 4309211.
HSL color Cylindrical-coordinate representation of color #DBC041: hue angle of 49.48º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBC041 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 65 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.14 |
| HSL | 49.48º | 0.68% | 0.56% | - |
| HSV(B) | 49.48º | 0.7% | 0.86% | - |
| XYZ | 49.02 | 53.14 | 12.67 | - |
| YUV | 185.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 65 | 0 | 0.12 | 0.70 | 0.14 | 49.48 | 0.68 | 0.56 |
| Hex | DB | C0 | 41 | 0 | C | 46 | E | 31 | 44 | 38 |
| Octal | 333 | 300 | 101 | 0 | 14 | 106 | 16 | 61 | 104 | 70 |
| Binary | 11011011 | 11000000 | 1000001 | 0 | 1100 | 1000110 | 1110 | 110001 | 1000100 | 111000 |
Color Harmonies of #DBC041
Complementary color
Monochromatic Colors of #DBC041
Black with #DBC041
Text Example
Text Example
White with #DBC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC041; }
p { color: rgb(219,192,65); }
H1.HeaderClassName
{
color: #DBC041;
}
.AnyTagClassName
{
color: #DBC041;
}
</style>
background-color css
<style>
a { background-color: #DBC041; }
a { background-color: rgb(219,192,65); }
div.DivClassName
{
background-color: #DBC041;
}
.BgClassName
{
background-color: #DBC041;
}
</style>
border-color css
<style>
span { border-color: #DBC041; }
span { border-color: rgb(219,192,65); }
td.TdClassName
{
border-color: #DBC041;
}
.TagClassName
{
border-color: #DBC041;
}
</style>