Shades of Confetti #DBC84D
Tints of Confetti #DBC84D
RGB
CMYK
RGB Variations
Color information
#DBC84D (or 0xDBC84D) is known color: Confetti. HEX triplet: DB, C8 and 4D. RGB value is (219,200,77). Sum of RGB (Red+Green+Blue) = 219+200+77=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC84D is #2437B2. Grayscale: #C0C0C0. Windows color (decimal): -2373555 or 5097691. OLE color: 5097691.
HSL color Cylindrical-coordinate representation of color #DBC84D: hue angle of 51.97º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBC84D is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 77 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.14 |
| HSL | 51.97º | 0.66% | 0.58% | - |
| HSV(B) | 51.97º | 0.65% | 0.86% | - |
| XYZ | 51.21 | 56.9 | 15.31 | - |
| YUV | 191.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 77 | 0 | 0.09 | 0.65 | 0.14 | 51.97 | 0.66 | 0.58 |
| Hex | DB | C8 | 4D | 0 | 9 | 41 | E | 34 | 42 | 3A |
| Octal | 333 | 310 | 115 | 0 | 11 | 101 | 16 | 64 | 102 | 72 |
| Binary | 11011011 | 11001000 | 1001101 | 0 | 1001 | 1000001 | 1110 | 110100 | 1000010 | 111010 |
Color Harmonies of #DBC84D
Complementary color
Monochromatic Colors of #DBC84D
Black with #DBC84D
Text Example
Text Example
White with #DBC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC84D; }
p { color: rgb(219,200,77); }
H1.HeaderClassName
{
color: #DBC84D;
}
.AnyTagClassName
{
color: #DBC84D;
}
</style>
background-color css
<style>
a { background-color: #DBC84D; }
a { background-color: rgb(219,200,77); }
div.DivClassName
{
background-color: #DBC84D;
}
.BgClassName
{
background-color: #DBC84D;
}
</style>
border-color css
<style>
span { border-color: #DBC84D; }
span { border-color: rgb(219,200,77); }
td.TdClassName
{
border-color: #DBC84D;
}
.TagClassName
{
border-color: #DBC84D;
}
</style>