Shades of Confetti #DBC854
Tints of Confetti #DBC854
RGB
CMYK
RGB Variations
Color information
#DBC854 (or 0xDBC854) is known color: Confetti. HEX triplet: DB, C8 and 54. RGB value is (219,200,84). Sum of RGB (Red+Green+Blue) = 219+200+84=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC854 is #2437AB. Grayscale: #C0C0C0. Windows color (decimal): -2373548 or 5556443. OLE color: 5556443.
HSL color Cylindrical-coordinate representation of color #DBC854: hue angle of 51.56º 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 #DBC854 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 84 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.14 |
| HSL | 51.56º | 0.65% | 0.59% | - |
| HSV(B) | 51.56º | 0.62% | 0.86% | - |
| XYZ | 51.47 | 57.01 | 16.68 | - |
| YUV | 192.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 84 | 0 | 0.09 | 0.62 | 0.14 | 51.56 | 0.65 | 0.59 |
| Hex | DB | C8 | 54 | 0 | 9 | 3E | E | 34 | 41 | 3B |
| Octal | 333 | 310 | 124 | 0 | 11 | 76 | 16 | 64 | 101 | 73 |
| Binary | 11011011 | 11001000 | 1010100 | 0 | 1001 | 111110 | 1110 | 110100 | 1000001 | 111011 |
Color Harmonies of #DBC854
Complementary color
Monochromatic Colors of #DBC854
Black with #DBC854
Text Example
Text Example
White with #DBC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC854; }
p { color: rgb(219,200,84); }
H1.HeaderClassName
{
color: #DBC854;
}
.AnyTagClassName
{
color: #DBC854;
}
</style>
background-color css
<style>
a { background-color: #DBC854; }
a { background-color: rgb(219,200,84); }
div.DivClassName
{
background-color: #DBC854;
}
.BgClassName
{
background-color: #DBC854;
}
</style>
border-color css
<style>
span { border-color: #DBC854; }
span { border-color: rgb(219,200,84); }
td.TdClassName
{
border-color: #DBC854;
}
.TagClassName
{
border-color: #DBC854;
}
</style>