Shades of Confetti #DBCB50
Tints of Confetti #DBCB50
RGB
CMYK
RGB Variations
Color information
#DBCB50 (or 0xDBCB50) is known color: Confetti. HEX triplet: DB, CB and 50. RGB value is (219,203,80). Sum of RGB (Red+Green+Blue) = 219+203+80=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB50 is #2434AF. Grayscale: #C2C2C2. Windows color (decimal): -2372784 or 5295067. OLE color: 5295067.
HSL color Cylindrical-coordinate representation of color #DBCB50: hue angle of 53.09º 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 #DBCB50 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 80 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.14 |
| HSL | 53.09º | 0.66% | 0.59% | - |
| HSV(B) | 53.09º | 0.63% | 0.86% | - |
| XYZ | 52.02 | 58.35 | 16.11 | - |
| YUV | 193.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 80 | 0 | 0.07 | 0.63 | 0.14 | 53.09 | 0.66 | 0.59 |
| Hex | DB | CB | 50 | 0 | 7 | 3F | E | 35 | 42 | 3B |
| Octal | 333 | 313 | 120 | 0 | 7 | 77 | 16 | 65 | 102 | 73 |
| Binary | 11011011 | 11001011 | 1010000 | 0 | 111 | 111111 | 1110 | 110101 | 1000010 | 111011 |
Color Harmonies of #DBCB50
Complementary color
Monochromatic Colors of #DBCB50
Black with #DBCB50
Text Example
Text Example
White with #DBCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB50; }
p { color: rgb(219,203,80); }
H1.HeaderClassName
{
color: #DBCB50;
}
.AnyTagClassName
{
color: #DBCB50;
}
</style>
background-color css
<style>
a { background-color: #DBCB50; }
a { background-color: rgb(219,203,80); }
div.DivClassName
{
background-color: #DBCB50;
}
.BgClassName
{
background-color: #DBCB50;
}
</style>
border-color css
<style>
span { border-color: #DBCB50; }
span { border-color: rgb(219,203,80); }
td.TdClassName
{
border-color: #DBCB50;
}
.TagClassName
{
border-color: #DBCB50;
}
</style>