Shades of Confetti #DBC551
Tints of Confetti #DBC551
RGB
CMYK
RGB Variations
Color information
#DBC551 (or 0xDBC551) is known color: Confetti. HEX triplet: DB, C5 and 51. RGB value is (219,197,81). Sum of RGB (Red+Green+Blue) = 219+197+81=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC551 is #243AAE. Grayscale: #BEBEBE. Windows color (decimal): -2374319 or 5359067. OLE color: 5359067.
HSL color Cylindrical-coordinate representation of color #DBC551: hue angle of 50.43º 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 #DBC551 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 81 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.14 |
| HSL | 50.43º | 0.66% | 0.59% | - |
| HSV(B) | 50.43º | 0.63% | 0.86% | - |
| XYZ | 50.66 | 55.59 | 15.84 | - |
| YUV | 190.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 81 | 0 | 0.10 | 0.63 | 0.14 | 50.43 | 0.66 | 0.59 |
| Hex | DB | C5 | 51 | 0 | A | 3F | E | 32 | 42 | 3B |
| Octal | 333 | 305 | 121 | 0 | 12 | 77 | 16 | 62 | 102 | 73 |
| Binary | 11011011 | 11000101 | 1010001 | 0 | 1010 | 111111 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DBC551
Complementary color
Monochromatic Colors of #DBC551
Black with #DBC551
Text Example
Text Example
White with #DBC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC551; }
p { color: rgb(219,197,81); }
H1.HeaderClassName
{
color: #DBC551;
}
.AnyTagClassName
{
color: #DBC551;
}
</style>
background-color css
<style>
a { background-color: #DBC551; }
a { background-color: rgb(219,197,81); }
div.DivClassName
{
background-color: #DBC551;
}
.BgClassName
{
background-color: #DBC551;
}
</style>
border-color css
<style>
span { border-color: #DBC551; }
span { border-color: rgb(219,197,81); }
td.TdClassName
{
border-color: #DBC551;
}
.TagClassName
{
border-color: #DBC551;
}
</style>