Shades of Confetti #DBC54E
Tints of Confetti #DBC54E
RGB
CMYK
RGB Variations
Color information
#DBC54E (or 0xDBC54E) is known color: Confetti. HEX triplet: DB, C5 and 4E. RGB value is (219,197,78). Sum of RGB (Red+Green+Blue) = 219+197+78=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 78 (30.86% from 255 or 15.79% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC54E is #243AB1. Grayscale: #BEBEBE. Windows color (decimal): -2374322 or 5162459. OLE color: 5162459.
HSL color Cylindrical-coordinate representation of color #DBC54E: hue angle of 50.64º 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 #DBC54E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 78 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.14 |
| HSL | 50.64º | 0.66% | 0.58% | - |
| HSV(B) | 50.64º | 0.64% | 0.86% | - |
| XYZ | 50.55 | 55.54 | 15.26 | - |
| YUV | 190.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 78 | 0 | 0.10 | 0.64 | 0.14 | 50.64 | 0.66 | 0.58 |
| Hex | DB | C5 | 4E | 0 | A | 40 | E | 33 | 42 | 3A |
| Octal | 333 | 305 | 116 | 0 | 12 | 100 | 16 | 63 | 102 | 72 |
| Binary | 11011011 | 11000101 | 1001110 | 0 | 1010 | 1000000 | 1110 | 110011 | 1000010 | 111010 |
Color Harmonies of #DBC54E
Complementary color
Monochromatic Colors of #DBC54E
Black with #DBC54E
Text Example
Text Example
White with #DBC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC54E; }
p { color: rgb(219,197,78); }
H1.HeaderClassName
{
color: #DBC54E;
}
.AnyTagClassName
{
color: #DBC54E;
}
</style>
background-color css
<style>
a { background-color: #DBC54E; }
a { background-color: rgb(219,197,78); }
div.DivClassName
{
background-color: #DBC54E;
}
.BgClassName
{
background-color: #DBC54E;
}
</style>
border-color css
<style>
span { border-color: #DBC54E; }
span { border-color: rgb(219,197,78); }
td.TdClassName
{
border-color: #DBC54E;
}
.TagClassName
{
border-color: #DBC54E;
}
</style>