Shades of Confetti #DBCB59
Tints of Confetti #DBCB59
RGB
CMYK
RGB Variations
Color information
#DBCB59 (or 0xDBCB59) is known color: Confetti. HEX triplet: DB, CB and 59. RGB value is (219,203,89). Sum of RGB (Red+Green+Blue) = 219+203+89=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB59 is #2434A6. Grayscale: #C3C3C3. Windows color (decimal): -2372775 or 5884891. OLE color: 5884891.
HSL color Cylindrical-coordinate representation of color #DBCB59: hue angle of 52.62º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBCB59 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 89 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.14 |
| HSL | 52.62º | 0.64% | 0.6% | - |
| HSV(B) | 52.62º | 0.59% | 0.86% | - |
| XYZ | 52.37 | 58.49 | 17.98 | - |
| YUV | 194.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 89 | 0 | 0.07 | 0.59 | 0.14 | 52.62 | 0.64 | 0.6 |
| Hex | DB | CB | 59 | 0 | 7 | 3B | E | 35 | 40 | 3C |
| Octal | 333 | 313 | 131 | 0 | 7 | 73 | 16 | 65 | 100 | 74 |
| Binary | 11011011 | 11001011 | 1011001 | 0 | 111 | 111011 | 1110 | 110101 | 1000000 | 111100 |
Color Harmonies of #DBCB59
Complementary color
Monochromatic Colors of #DBCB59
Black with #DBCB59
Text Example
Text Example
White with #DBCB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB59; }
p { color: rgb(219,203,89); }
H1.HeaderClassName
{
color: #DBCB59;
}
.AnyTagClassName
{
color: #DBCB59;
}
</style>
background-color css
<style>
a { background-color: #DBCB59; }
a { background-color: rgb(219,203,89); }
div.DivClassName
{
background-color: #DBCB59;
}
.BgClassName
{
background-color: #DBCB59;
}
</style>
border-color css
<style>
span { border-color: #DBCB59; }
span { border-color: rgb(219,203,89); }
td.TdClassName
{
border-color: #DBCB59;
}
.TagClassName
{
border-color: #DBCB59;
}
</style>