Shades of Confetti #DBCA58
Tints of Confetti #DBCA58
RGB
CMYK
RGB Variations
Color information
#DBCA58 (or 0xDBCA58) is known color: Confetti. HEX triplet: DB, CA and 58. RGB value is (219,202,88). Sum of RGB (Red+Green+Blue) = 219+202+88=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA58 is #2435A7. Grayscale: #C2C2C2. Windows color (decimal): -2373032 or 5819099. OLE color: 5819099.
HSL color Cylindrical-coordinate representation of color #DBCA58: hue angle of 52.21º 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 #DBCA58 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 88 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.14 |
| HSL | 52.21º | 0.65% | 0.6% | - |
| HSV(B) | 52.21º | 0.6% | 0.86% | - |
| XYZ | 52.1 | 58.01 | 17.68 | - |
| YUV | 194.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 88 | 0 | 0.08 | 0.60 | 0.14 | 52.21 | 0.65 | 0.6 |
| Hex | DB | CA | 58 | 0 | 8 | 3C | E | 34 | 41 | 3C |
| Octal | 333 | 312 | 130 | 0 | 10 | 74 | 16 | 64 | 101 | 74 |
| Binary | 11011011 | 11001010 | 1011000 | 0 | 1000 | 111100 | 1110 | 110100 | 1000001 | 111100 |
Color Harmonies of #DBCA58
Complementary color
Monochromatic Colors of #DBCA58
Black with #DBCA58
Text Example
Text Example
White with #DBCA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA58; }
p { color: rgb(219,202,88); }
H1.HeaderClassName
{
color: #DBCA58;
}
.AnyTagClassName
{
color: #DBCA58;
}
</style>
background-color css
<style>
a { background-color: #DBCA58; }
a { background-color: rgb(219,202,88); }
div.DivClassName
{
background-color: #DBCA58;
}
.BgClassName
{
background-color: #DBCA58;
}
</style>
border-color css
<style>
span { border-color: #DBCA58; }
span { border-color: rgb(219,202,88); }
td.TdClassName
{
border-color: #DBCA58;
}
.TagClassName
{
border-color: #DBCA58;
}
</style>