Shades of Confetti #DBC254
Tints of Confetti #DBC254
RGB
CMYK
RGB Variations
Color information
#DBC254 (or 0xDBC254) is known color: Confetti. HEX triplet: DB, C2 and 54. RGB value is (219,194,84). Sum of RGB (Red+Green+Blue) = 219+194+84=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC254 is #243DAB. Grayscale: #BDBDBD. Windows color (decimal): -2375084 or 5554907. OLE color: 5554907.
HSL color Cylindrical-coordinate representation of color #DBC254: hue angle of 48.89º 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 #DBC254 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 84 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.14 |
| HSL | 48.89º | 0.65% | 0.59% | - |
| HSV(B) | 48.89º | 0.62% | 0.86% | - |
| XYZ | 50.11 | 54.28 | 16.22 | - |
| YUV | 188.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 84 | 0 | 0.11 | 0.62 | 0.14 | 48.89 | 0.65 | 0.59 |
| Hex | DB | C2 | 54 | 0 | B | 3E | E | 31 | 41 | 3B |
| Octal | 333 | 302 | 124 | 0 | 13 | 76 | 16 | 61 | 101 | 73 |
| Binary | 11011011 | 11000010 | 1010100 | 0 | 1011 | 111110 | 1110 | 110001 | 1000001 | 111011 |
Color Harmonies of #DBC254
Complementary color
Monochromatic Colors of #DBC254
Black with #DBC254
Text Example
Text Example
White with #DBC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC254; }
p { color: rgb(219,194,84); }
H1.HeaderClassName
{
color: #DBC254;
}
.AnyTagClassName
{
color: #DBC254;
}
</style>
background-color css
<style>
a { background-color: #DBC254; }
a { background-color: rgb(219,194,84); }
div.DivClassName
{
background-color: #DBC254;
}
.BgClassName
{
background-color: #DBC254;
}
</style>
border-color css
<style>
span { border-color: #DBC254; }
span { border-color: rgb(219,194,84); }
td.TdClassName
{
border-color: #DBC254;
}
.TagClassName
{
border-color: #DBC254;
}
</style>