Shades of Confetti #DBC051
Tints of Confetti #DBC051
RGB
CMYK
RGB Variations
Color information
#DBC051 (or 0xDBC051) is known color: Confetti. HEX triplet: DB, C0 and 51. RGB value is (219,192,81). Sum of RGB (Red+Green+Blue) = 219+192+81=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC051 is #243FAE. Grayscale: #BBBBBB. Windows color (decimal): -2375599 or 5357787. OLE color: 5357787.
HSL color Cylindrical-coordinate representation of color #DBC051: hue angle of 48.26º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBC051 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 81 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.14 |
| HSL | 48.26º | 0.66% | 0.59% | - |
| HSV(B) | 48.26º | 0.63% | 0.86% | - |
| XYZ | 49.55 | 53.35 | 15.47 | - |
| YUV | 187.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 81 | 0 | 0.12 | 0.63 | 0.14 | 48.26 | 0.66 | 0.59 |
| Hex | DB | C0 | 51 | 0 | C | 3F | E | 30 | 42 | 3B |
| Octal | 333 | 300 | 121 | 0 | 14 | 77 | 16 | 60 | 102 | 73 |
| Binary | 11011011 | 11000000 | 1010001 | 0 | 1100 | 111111 | 1110 | 110000 | 1000010 | 111011 |
Color Harmonies of #DBC051
Complementary color
Monochromatic Colors of #DBC051
Black with #DBC051
Text Example
Text Example
White with #DBC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC051; }
p { color: rgb(219,192,81); }
H1.HeaderClassName
{
color: #DBC051;
}
.AnyTagClassName
{
color: #DBC051;
}
</style>
background-color css
<style>
a { background-color: #DBC051; }
a { background-color: rgb(219,192,81); }
div.DivClassName
{
background-color: #DBC051;
}
.BgClassName
{
background-color: #DBC051;
}
</style>
border-color css
<style>
span { border-color: #DBC051; }
span { border-color: rgb(219,192,81); }
td.TdClassName
{
border-color: #DBC051;
}
.TagClassName
{
border-color: #DBC051;
}
</style>