Shades of Confetti #DBCE50
Tints of Confetti #DBCE50
RGB
CMYK
RGB Variations
Color information
#DBCE50 (or 0xDBCE50) is known color: Confetti. HEX triplet: DB, CE and 50. RGB value is (219,206,80). Sum of RGB (Red+Green+Blue) = 219+206+80=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCE50 is #2431AF. Grayscale: #C4C4C4. Windows color (decimal): -2372016 or 5295835. OLE color: 5295835.
HSL color Cylindrical-coordinate representation of color #DBCE50: hue angle of 54.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBCE50 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 80 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.14 |
| HSL | 54.39º | 0.66% | 0.59% | - |
| HSV(B) | 54.39º | 0.63% | 0.86% | - |
| XYZ | 52.73 | 59.78 | 16.35 | - |
| YUV | 195.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 80 | 0 | 0.06 | 0.63 | 0.14 | 54.39 | 0.66 | 0.59 |
| Hex | DB | CE | 50 | 0 | 6 | 3F | E | 36 | 42 | 3B |
| Octal | 333 | 316 | 120 | 0 | 6 | 77 | 16 | 66 | 102 | 73 |
| Binary | 11011011 | 11001110 | 1010000 | 0 | 110 | 111111 | 1110 | 110110 | 1000010 | 111011 |
Color Harmonies of #DBCE50
Complementary color
Monochromatic Colors of #DBCE50
Black with #DBCE50
Text Example
Text Example
White with #DBCE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE50; }
p { color: rgb(219,206,80); }
H1.HeaderClassName
{
color: #DBCE50;
}
.AnyTagClassName
{
color: #DBCE50;
}
</style>
background-color css
<style>
a { background-color: #DBCE50; }
a { background-color: rgb(219,206,80); }
div.DivClassName
{
background-color: #DBCE50;
}
.BgClassName
{
background-color: #DBCE50;
}
</style>
border-color css
<style>
span { border-color: #DBCE50; }
span { border-color: rgb(219,206,80); }
td.TdClassName
{
border-color: #DBCE50;
}
.TagClassName
{
border-color: #DBCE50;
}
</style>