Shades of Confetti #DBC556
Tints of Confetti #DBC556
RGB
CMYK
RGB Variations
Color information
#DBC556 (or 0xDBC556) is known color: Confetti. HEX triplet: DB, C5 and 56. RGB value is (219,197,86). Sum of RGB (Red+Green+Blue) = 219+197+86=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC556 is #243AA9. Grayscale: #BFBFBF. Windows color (decimal): -2374314 or 5686747. OLE color: 5686747.
HSL color Cylindrical-coordinate representation of color #DBC556: hue angle of 50.08º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBC556 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 86 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.14 |
| HSL | 50.08º | 0.65% | 0.6% | - |
| HSV(B) | 50.08º | 0.61% | 0.86% | - |
| XYZ | 50.86 | 55.66 | 16.87 | - |
| YUV | 190.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 86 | 0 | 0.10 | 0.61 | 0.14 | 50.08 | 0.65 | 0.6 |
| Hex | DB | C5 | 56 | 0 | A | 3D | E | 32 | 41 | 3C |
| Octal | 333 | 305 | 126 | 0 | 12 | 75 | 16 | 62 | 101 | 74 |
| Binary | 11011011 | 11000101 | 1010110 | 0 | 1010 | 111101 | 1110 | 110010 | 1000001 | 111100 |
Color Harmonies of #DBC556
Complementary color
Monochromatic Colors of #DBC556
Black with #DBC556
Text Example
Text Example
White with #DBC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC556; }
p { color: rgb(219,197,86); }
H1.HeaderClassName
{
color: #DBC556;
}
.AnyTagClassName
{
color: #DBC556;
}
</style>
background-color css
<style>
a { background-color: #DBC556; }
a { background-color: rgb(219,197,86); }
div.DivClassName
{
background-color: #DBC556;
}
.BgClassName
{
background-color: #DBC556;
}
</style>
border-color css
<style>
span { border-color: #DBC556; }
span { border-color: rgb(219,197,86); }
td.TdClassName
{
border-color: #DBC556;
}
.TagClassName
{
border-color: #DBC556;
}
</style>