Shades of Confetti #DBCB53
Tints of Confetti #DBCB53
RGB
CMYK
RGB Variations
Color information
#DBCB53 (or 0xDBCB53) is known color: Confetti. HEX triplet: DB, CB and 53. RGB value is (219,203,83). Sum of RGB (Red+Green+Blue) = 219+203+83=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB53 is #2434AC. Grayscale: #C2C2C2. Windows color (decimal): -2372781 or 5491675. OLE color: 5491675.
HSL color Cylindrical-coordinate representation of color #DBCB53: hue angle of 52.94º 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 #DBCB53 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 83 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.14 |
| HSL | 52.94º | 0.65% | 0.59% | - |
| HSV(B) | 52.94º | 0.62% | 0.86% | - |
| XYZ | 52.13 | 58.4 | 16.71 | - |
| YUV | 194.1 | 65.3 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 83 | 0 | 0.07 | 0.62 | 0.14 | 52.94 | 0.65 | 0.59 |
| Hex | DB | CB | 53 | 0 | 7 | 3E | E | 35 | 41 | 3B |
| Octal | 333 | 313 | 123 | 0 | 7 | 76 | 16 | 65 | 101 | 73 |
| Binary | 11011011 | 11001011 | 1010011 | 0 | 111 | 111110 | 1110 | 110101 | 1000001 | 111011 |
Color Harmonies of #DBCB53
Complementary color
Monochromatic Colors of #DBCB53
Black with #DBCB53
Text Example
Text Example
White with #DBCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB53; }
p { color: rgb(219,203,83); }
H1.HeaderClassName
{
color: #DBCB53;
}
.AnyTagClassName
{
color: #DBCB53;
}
</style>
background-color css
<style>
a { background-color: #DBCB53; }
a { background-color: rgb(219,203,83); }
div.DivClassName
{
background-color: #DBCB53;
}
.BgClassName
{
background-color: #DBCB53;
}
</style>
border-color css
<style>
span { border-color: #DBCB53; }
span { border-color: rgb(219,203,83); }
td.TdClassName
{
border-color: #DBCB53;
}
.TagClassName
{
border-color: #DBCB53;
}
</style>