Shades of Confetti #DBCA41
Tints of Confetti #DBCA41
RGB
CMYK
RGB Variations
Color information
#DBCA41 (or 0xDBCA41) is known color: Confetti. HEX triplet: DB, CA and 41. RGB value is (219,202,65). Sum of RGB (Red+Green+Blue) = 219+202+65=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA41 is #2435BE. Grayscale: #C0C0C0. Windows color (decimal): -2373055 or 4311771. OLE color: 4311771.
HSL color Cylindrical-coordinate representation of color #DBCA41: hue angle of 53.38º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBCA41 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 65 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.14 |
| HSL | 53.38º | 0.68% | 0.56% | - |
| HSV(B) | 53.38º | 0.7% | 0.86% | - |
| XYZ | 51.29 | 57.68 | 13.43 | - |
| YUV | 191.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 65 | 0 | 0.08 | 0.70 | 0.14 | 53.38 | 0.68 | 0.56 |
| Hex | DB | CA | 41 | 0 | 8 | 46 | E | 35 | 44 | 38 |
| Octal | 333 | 312 | 101 | 0 | 10 | 106 | 16 | 65 | 104 | 70 |
| Binary | 11011011 | 11001010 | 1000001 | 0 | 1000 | 1000110 | 1110 | 110101 | 1000100 | 111000 |
Color Harmonies of #DBCA41
Complementary color
Monochromatic Colors of #DBCA41
Black with #DBCA41
Text Example
Text Example
White with #DBCA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA41; }
p { color: rgb(219,202,65); }
H1.HeaderClassName
{
color: #DBCA41;
}
.AnyTagClassName
{
color: #DBCA41;
}
</style>
background-color css
<style>
a { background-color: #DBCA41; }
a { background-color: rgb(219,202,65); }
div.DivClassName
{
background-color: #DBCA41;
}
.BgClassName
{
background-color: #DBCA41;
}
</style>
border-color css
<style>
span { border-color: #DBCA41; }
span { border-color: rgb(219,202,65); }
td.TdClassName
{
border-color: #DBCA41;
}
.TagClassName
{
border-color: #DBCA41;
}
</style>