Shades of Confetti #DBC94E
Tints of Confetti #DBC94E
RGB
CMYK
RGB Variations
Color information
#DBC94E (or 0xDBC94E) is known color: Confetti. HEX triplet: DB, C9 and 4E. RGB value is (219,201,78). Sum of RGB (Red+Green+Blue) = 219+201+78=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 78 (30.86% from 255 or 15.66% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC94E is #2436B1. Grayscale: #C0C0C0. Windows color (decimal): -2373298 or 5163483. OLE color: 5163483.
HSL color Cylindrical-coordinate representation of color #DBC94E: hue angle of 52.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBC94E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 78 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.14 |
| HSL | 52.34º | 0.66% | 0.58% | - |
| HSV(B) | 52.34º | 0.64% | 0.86% | - |
| XYZ | 51.48 | 57.38 | 15.57 | - |
| YUV | 192.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 78 | 0 | 0.08 | 0.64 | 0.14 | 52.34 | 0.66 | 0.58 |
| Hex | DB | C9 | 4E | 0 | 8 | 40 | E | 34 | 42 | 3A |
| Octal | 333 | 311 | 116 | 0 | 10 | 100 | 16 | 64 | 102 | 72 |
| Binary | 11011011 | 11001001 | 1001110 | 0 | 1000 | 1000000 | 1110 | 110100 | 1000010 | 111010 |
Color Harmonies of #DBC94E
Complementary color
Monochromatic Colors of #DBC94E
Black with #DBC94E
Text Example
Text Example
White with #DBC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC94E; }
p { color: rgb(219,201,78); }
H1.HeaderClassName
{
color: #DBC94E;
}
.AnyTagClassName
{
color: #DBC94E;
}
</style>
background-color css
<style>
a { background-color: #DBC94E; }
a { background-color: rgb(219,201,78); }
div.DivClassName
{
background-color: #DBC94E;
}
.BgClassName
{
background-color: #DBC94E;
}
</style>
border-color css
<style>
span { border-color: #DBC94E; }
span { border-color: rgb(219,201,78); }
td.TdClassName
{
border-color: #DBC94E;
}
.TagClassName
{
border-color: #DBC94E;
}
</style>