Shades of Confetti #DBC240
Tints of Confetti #DBC240
RGB
CMYK
RGB Variations
Color information
#DBC240 (or 0xDBC240) is known color: Confetti. HEX triplet: DB, C2 and 40. RGB value is (219,194,64). Sum of RGB (Red+Green+Blue) = 219+194+64=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC240 is #243DBF. Grayscale: #BBBBBB. Windows color (decimal): -2375104 or 4244187. OLE color: 4244187.
HSL color Cylindrical-coordinate representation of color #DBC240: hue angle of 50.32º 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 #DBC240 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 64 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.14 |
| HSL | 50.32º | 0.68% | 0.55% | - |
| HSV(B) | 50.32º | 0.71% | 0.86% | - |
| XYZ | 49.43 | 54.01 | 12.67 | - |
| YUV | 186.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 64 | 0 | 0.11 | 0.71 | 0.14 | 50.32 | 0.68 | 0.55 |
| Hex | DB | C2 | 40 | 0 | B | 47 | E | 32 | 44 | 37 |
| Octal | 333 | 302 | 100 | 0 | 13 | 107 | 16 | 62 | 104 | 67 |
| Binary | 11011011 | 11000010 | 1000000 | 0 | 1011 | 1000111 | 1110 | 110010 | 1000100 | 110111 |
Color Harmonies of #DBC240
Complementary color
Monochromatic Colors of #DBC240
Black with #DBC240
Text Example
Text Example
White with #DBC240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC240; }
p { color: rgb(219,194,64); }
H1.HeaderClassName
{
color: #DBC240;
}
.AnyTagClassName
{
color: #DBC240;
}
</style>
background-color css
<style>
a { background-color: #DBC240; }
a { background-color: rgb(219,194,64); }
div.DivClassName
{
background-color: #DBC240;
}
.BgClassName
{
background-color: #DBC240;
}
</style>
border-color css
<style>
span { border-color: #DBC240; }
span { border-color: rgb(219,194,64); }
td.TdClassName
{
border-color: #DBC240;
}
.TagClassName
{
border-color: #DBC240;
}
</style>