Shades of Confetti #DBCA45
Tints of Confetti #DBCA45
RGB
CMYK
RGB Variations
Color information
#DBCA45 (or 0xDBCA45) is known color: Confetti. HEX triplet: DB, CA and 45. RGB value is (219,202,69). Sum of RGB (Red+Green+Blue) = 219+202+69=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA45 is #2435BA. Grayscale: #C0C0C0. Windows color (decimal): -2373051 or 4573915. OLE color: 4573915.
HSL color Cylindrical-coordinate representation of color #DBCA45: hue angle of 53.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBCA45 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 69 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.14 |
| HSL | 53.2º | 0.68% | 0.56% | - |
| HSV(B) | 53.2º | 0.68% | 0.86% | - |
| XYZ | 51.41 | 57.73 | 14.06 | - |
| YUV | 191.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 69 | 0 | 0.08 | 0.68 | 0.14 | 53.2 | 0.68 | 0.56 |
| Hex | DB | CA | 45 | 0 | 8 | 44 | E | 35 | 44 | 38 |
| Octal | 333 | 312 | 105 | 0 | 10 | 104 | 16 | 65 | 104 | 70 |
| Binary | 11011011 | 11001010 | 1000101 | 0 | 1000 | 1000100 | 1110 | 110101 | 1000100 | 111000 |
Color Harmonies of #DBCA45
Complementary color
Monochromatic Colors of #DBCA45
Black with #DBCA45
Text Example
Text Example
White with #DBCA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA45; }
p { color: rgb(219,202,69); }
H1.HeaderClassName
{
color: #DBCA45;
}
.AnyTagClassName
{
color: #DBCA45;
}
</style>
background-color css
<style>
a { background-color: #DBCA45; }
a { background-color: rgb(219,202,69); }
div.DivClassName
{
background-color: #DBCA45;
}
.BgClassName
{
background-color: #DBCA45;
}
</style>
border-color css
<style>
span { border-color: #DBCA45; }
span { border-color: rgb(219,202,69); }
td.TdClassName
{
border-color: #DBCA45;
}
.TagClassName
{
border-color: #DBCA45;
}
</style>