Shades of Confetti #DBC354
Tints of Confetti #DBC354
RGB
CMYK
RGB Variations
Color information
#DBC354 (or 0xDBC354) is known color: Confetti. HEX triplet: DB, C3 and 54. RGB value is (219,195,84). Sum of RGB (Red+Green+Blue) = 219+195+84=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC354 is #243CAB. Grayscale: #BDBDBD. Windows color (decimal): -2374828 or 5555163. OLE color: 5555163.
HSL color Cylindrical-coordinate representation of color #DBC354: hue angle of 49.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBC354 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 84 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.14 |
| HSL | 49.33º | 0.65% | 0.59% | - |
| HSV(B) | 49.33º | 0.62% | 0.86% | - |
| XYZ | 50.33 | 54.73 | 16.3 | - |
| YUV | 189.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 84 | 0 | 0.11 | 0.62 | 0.14 | 49.33 | 0.65 | 0.59 |
| Hex | DB | C3 | 54 | 0 | B | 3E | E | 31 | 41 | 3B |
| Octal | 333 | 303 | 124 | 0 | 13 | 76 | 16 | 61 | 101 | 73 |
| Binary | 11011011 | 11000011 | 1010100 | 0 | 1011 | 111110 | 1110 | 110001 | 1000001 | 111011 |
Color Harmonies of #DBC354
Complementary color
Monochromatic Colors of #DBC354
Black with #DBC354
Text Example
Text Example
White with #DBC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC354; }
p { color: rgb(219,195,84); }
H1.HeaderClassName
{
color: #DBC354;
}
.AnyTagClassName
{
color: #DBC354;
}
</style>
background-color css
<style>
a { background-color: #DBC354; }
a { background-color: rgb(219,195,84); }
div.DivClassName
{
background-color: #DBC354;
}
.BgClassName
{
background-color: #DBC354;
}
</style>
border-color css
<style>
span { border-color: #DBC354; }
span { border-color: rgb(219,195,84); }
td.TdClassName
{
border-color: #DBC354;
}
.TagClassName
{
border-color: #DBC354;
}
</style>