Shades of Confetti #DBCA46
Tints of Confetti #DBCA46
RGB
CMYK
RGB Variations
Color information
#DBCA46 (or 0xDBCA46) is known color: Confetti. HEX triplet: DB, CA and 46. RGB value is (219,202,70). Sum of RGB (Red+Green+Blue) = 219+202+70=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 70 (27.73% from 255 or 14.26% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA46 is #2435B9. Grayscale: #C0C0C0. Windows color (decimal): -2373050 or 4639451. OLE color: 4639451.
HSL color Cylindrical-coordinate representation of color #DBCA46: hue angle of 53.15º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBCA46 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 70 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.14 |
| HSL | 53.15º | 0.67% | 0.57% | - |
| HSV(B) | 53.15º | 0.68% | 0.86% | - |
| XYZ | 51.44 | 57.74 | 14.23 | - |
| YUV | 192.04 | 59.13 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 70 | 0 | 0.08 | 0.68 | 0.14 | 53.15 | 0.67 | 0.57 |
| Hex | DB | CA | 46 | 0 | 8 | 44 | E | 35 | 43 | 39 |
| Octal | 333 | 312 | 106 | 0 | 10 | 104 | 16 | 65 | 103 | 71 |
| Binary | 11011011 | 11001010 | 1000110 | 0 | 1000 | 1000100 | 1110 | 110101 | 1000011 | 111001 |
Color Harmonies of #DBCA46
Complementary color
Monochromatic Colors of #DBCA46
Black with #DBCA46
Text Example
Text Example
White with #DBCA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA46; }
p { color: rgb(219,202,70); }
H1.HeaderClassName
{
color: #DBCA46;
}
.AnyTagClassName
{
color: #DBCA46;
}
</style>
background-color css
<style>
a { background-color: #DBCA46; }
a { background-color: rgb(219,202,70); }
div.DivClassName
{
background-color: #DBCA46;
}
.BgClassName
{
background-color: #DBCA46;
}
</style>
border-color css
<style>
span { border-color: #DBCA46; }
span { border-color: rgb(219,202,70); }
td.TdClassName
{
border-color: #DBCA46;
}
.TagClassName
{
border-color: #DBCA46;
}
</style>