Shades of Confetti #DBCE4D
Tints of Confetti #DBCE4D
RGB
CMYK
RGB Variations
Color information
#DBCE4D (or 0xDBCE4D) is known color: Confetti. HEX triplet: DB, CE and 4D. RGB value is (219,206,77). Sum of RGB (Red+Green+Blue) = 219+206+77=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE4D is #2431B2. Grayscale: #C3C3C3. Windows color (decimal): -2372019 or 5099227. OLE color: 5099227.
HSL color Cylindrical-coordinate representation of color #DBCE4D: hue angle of 54.51º degrees, saturation: 0.66, 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 #DBCE4D is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 77 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.14 |
| HSL | 54.51º | 0.66% | 0.58% | - |
| HSV(B) | 54.51º | 0.65% | 0.86% | - |
| XYZ | 52.62 | 59.74 | 15.78 | - |
| YUV | 195.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 77 | 0 | 0.06 | 0.65 | 0.14 | 54.51 | 0.66 | 0.58 |
| Hex | DB | CE | 4D | 0 | 6 | 41 | E | 37 | 42 | 3A |
| Octal | 333 | 316 | 115 | 0 | 6 | 101 | 16 | 67 | 102 | 72 |
| Binary | 11011011 | 11001110 | 1001101 | 0 | 110 | 1000001 | 1110 | 110111 | 1000010 | 111010 |
Color Harmonies of #DBCE4D
Complementary color
Monochromatic Colors of #DBCE4D
Black with #DBCE4D
Text Example
Text Example
White with #DBCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE4D; }
p { color: rgb(219,206,77); }
H1.HeaderClassName
{
color: #DBCE4D;
}
.AnyTagClassName
{
color: #DBCE4D;
}
</style>
background-color css
<style>
a { background-color: #DBCE4D; }
a { background-color: rgb(219,206,77); }
div.DivClassName
{
background-color: #DBCE4D;
}
.BgClassName
{
background-color: #DBCE4D;
}
</style>
border-color css
<style>
span { border-color: #DBCE4D; }
span { border-color: rgb(219,206,77); }
td.TdClassName
{
border-color: #DBCE4D;
}
.TagClassName
{
border-color: #DBCE4D;
}
</style>