Shades of Confetti #DBC84C
Tints of Confetti #DBC84C
RGB
CMYK
RGB Variations
Color information
#DBC84C (or 0xDBC84C) is known color: Confetti. HEX triplet: DB, C8 and 4C. RGB value is (219,200,76). Sum of RGB (Red+Green+Blue) = 219+200+76=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC84C is #2437B3. Grayscale: #C0C0C0. Windows color (decimal): -2373556 or 5032155. OLE color: 5032155.
HSL color Cylindrical-coordinate representation of color #DBC84C: hue angle of 52.03º degrees, saturation: 0.67, 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 #DBC84C is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 76 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.14 |
| HSL | 52.03º | 0.67% | 0.58% | - |
| HSV(B) | 52.03º | 0.65% | 0.86% | - |
| XYZ | 51.17 | 56.89 | 15.12 | - |
| YUV | 191.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 76 | 0 | 0.09 | 0.65 | 0.14 | 52.03 | 0.67 | 0.58 |
| Hex | DB | C8 | 4C | 0 | 9 | 41 | E | 34 | 43 | 3A |
| Octal | 333 | 310 | 114 | 0 | 11 | 101 | 16 | 64 | 103 | 72 |
| Binary | 11011011 | 11001000 | 1001100 | 0 | 1001 | 1000001 | 1110 | 110100 | 1000011 | 111010 |
Color Harmonies of #DBC84C
Complementary color
Monochromatic Colors of #DBC84C
Black with #DBC84C
Text Example
Text Example
White with #DBC84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC84C; }
p { color: rgb(219,200,76); }
H1.HeaderClassName
{
color: #DBC84C;
}
.AnyTagClassName
{
color: #DBC84C;
}
</style>
background-color css
<style>
a { background-color: #DBC84C; }
a { background-color: rgb(219,200,76); }
div.DivClassName
{
background-color: #DBC84C;
}
.BgClassName
{
background-color: #DBC84C;
}
</style>
border-color css
<style>
span { border-color: #DBC84C; }
span { border-color: rgb(219,200,76); }
td.TdClassName
{
border-color: #DBC84C;
}
.TagClassName
{
border-color: #DBC84C;
}
</style>