Shades of Confetti #DBCB58
Tints of Confetti #DBCB58
RGB
CMYK
RGB Variations
Color information
#DBCB58 (or 0xDBCB58) is known color: Confetti. HEX triplet: DB, CB and 58. RGB value is (219,203,88). Sum of RGB (Red+Green+Blue) = 219+203+88=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB58 is #2434A7. Grayscale: #C3C3C3. Windows color (decimal): -2372776 or 5819355. OLE color: 5819355.
HSL color Cylindrical-coordinate representation of color #DBCB58: hue angle of 52.67º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBCB58 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 88 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.14 |
| HSL | 52.67º | 0.65% | 0.6% | - |
| HSV(B) | 52.67º | 0.6% | 0.86% | - |
| XYZ | 52.33 | 58.48 | 17.76 | - |
| YUV | 194.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 88 | 0 | 0.07 | 0.60 | 0.14 | 52.67 | 0.65 | 0.6 |
| Hex | DB | CB | 58 | 0 | 7 | 3C | E | 35 | 41 | 3C |
| Octal | 333 | 313 | 130 | 0 | 7 | 74 | 16 | 65 | 101 | 74 |
| Binary | 11011011 | 11001011 | 1011000 | 0 | 111 | 111100 | 1110 | 110101 | 1000001 | 111100 |
Color Harmonies of #DBCB58
Complementary color
Monochromatic Colors of #DBCB58
Black with #DBCB58
Text Example
Text Example
White with #DBCB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB58; }
p { color: rgb(219,203,88); }
H1.HeaderClassName
{
color: #DBCB58;
}
.AnyTagClassName
{
color: #DBCB58;
}
</style>
background-color css
<style>
a { background-color: #DBCB58; }
a { background-color: rgb(219,203,88); }
div.DivClassName
{
background-color: #DBCB58;
}
.BgClassName
{
background-color: #DBCB58;
}
</style>
border-color css
<style>
span { border-color: #DBCB58; }
span { border-color: rgb(219,203,88); }
td.TdClassName
{
border-color: #DBCB58;
}
.TagClassName
{
border-color: #DBCB58;
}
</style>