Shades of Confetti #DBC550
Tints of Confetti #DBC550
RGB
CMYK
RGB Variations
Color information
#DBC550 (or 0xDBC550) is known color: Confetti. HEX triplet: DB, C5 and 50. RGB value is (219,197,80). Sum of RGB (Red+Green+Blue) = 219+197+80=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC550 is #243AAF. Grayscale: #BEBEBE. Windows color (decimal): -2374320 or 5293531. OLE color: 5293531.
HSL color Cylindrical-coordinate representation of color #DBC550: hue angle of 50.5º 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 #DBC550 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 80 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.14 |
| HSL | 50.5º | 0.66% | 0.59% | - |
| HSV(B) | 50.5º | 0.63% | 0.86% | - |
| XYZ | 50.63 | 55.57 | 15.65 | - |
| YUV | 190.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 80 | 0 | 0.10 | 0.63 | 0.14 | 50.5 | 0.66 | 0.59 |
| Hex | DB | C5 | 50 | 0 | A | 3F | E | 33 | 42 | 3B |
| Octal | 333 | 305 | 120 | 0 | 12 | 77 | 16 | 63 | 102 | 73 |
| Binary | 11011011 | 11000101 | 1010000 | 0 | 1010 | 111111 | 1110 | 110011 | 1000010 | 111011 |
Color Harmonies of #DBC550
Complementary color
Monochromatic Colors of #DBC550
Black with #DBC550
Text Example
Text Example
White with #DBC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC550; }
p { color: rgb(219,197,80); }
H1.HeaderClassName
{
color: #DBC550;
}
.AnyTagClassName
{
color: #DBC550;
}
</style>
background-color css
<style>
a { background-color: #DBC550; }
a { background-color: rgb(219,197,80); }
div.DivClassName
{
background-color: #DBC550;
}
.BgClassName
{
background-color: #DBC550;
}
</style>
border-color css
<style>
span { border-color: #DBC550; }
span { border-color: rgb(219,197,80); }
td.TdClassName
{
border-color: #DBC550;
}
.TagClassName
{
border-color: #DBC550;
}
</style>