Shades of Confetti #DBCE54
Tints of Confetti #DBCE54
RGB
CMYK
RGB Variations
Color information
#DBCE54 (or 0xDBCE54) is known color: Confetti. HEX triplet: DB, CE and 54. RGB value is (219,206,84). Sum of RGB (Red+Green+Blue) = 219+206+84=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 84 (33.20% from 255 or 16.50% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE54 is #2431AB. Grayscale: #C4C4C4. Windows color (decimal): -2372012 or 5557979. OLE color: 5557979.
HSL color Cylindrical-coordinate representation of color #DBCE54: hue angle of 54.22º 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 #DBCE54 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 84 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.14 |
| HSL | 54.22º | 0.65% | 0.59% | - |
| HSV(B) | 54.22º | 0.62% | 0.86% | - |
| XYZ | 52.88 | 59.84 | 17.15 | - |
| YUV | 195.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 84 | 0 | 0.06 | 0.62 | 0.14 | 54.22 | 0.65 | 0.59 |
| Hex | DB | CE | 54 | 0 | 6 | 3E | E | 36 | 41 | 3B |
| Octal | 333 | 316 | 124 | 0 | 6 | 76 | 16 | 66 | 101 | 73 |
| Binary | 11011011 | 11001110 | 1010100 | 0 | 110 | 111110 | 1110 | 110110 | 1000001 | 111011 |
Color Harmonies of #DBCE54
Complementary color
Monochromatic Colors of #DBCE54
Black with #DBCE54
Text Example
Text Example
White with #DBCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE54; }
p { color: rgb(219,206,84); }
H1.HeaderClassName
{
color: #DBCE54;
}
.AnyTagClassName
{
color: #DBCE54;
}
</style>
background-color css
<style>
a { background-color: #DBCE54; }
a { background-color: rgb(219,206,84); }
div.DivClassName
{
background-color: #DBCE54;
}
.BgClassName
{
background-color: #DBCE54;
}
</style>
border-color css
<style>
span { border-color: #DBCE54; }
span { border-color: rgb(219,206,84); }
td.TdClassName
{
border-color: #DBCE54;
}
.TagClassName
{
border-color: #DBCE54;
}
</style>