Shades of Confetti #DBBC45
Tints of Confetti #DBBC45
RGB
CMYK
RGB Variations
Color information
#DBBC45 (or 0xDBBC45) is known color: Confetti. HEX triplet: DB, BC and 45. RGB value is (219,188,69). Sum of RGB (Red+Green+Blue) = 219+188+69=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC45 is #2443BA. Grayscale: #B8B8B8. Windows color (decimal): -2376635 or 4570331. OLE color: 4570331.
HSL color Cylindrical-coordinate representation of color #DBBC45: hue angle of 47.6º 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 #DBBC45 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 69 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.14 |
| HSL | 47.6º | 0.68% | 0.56% | - |
| HSV(B) | 47.6º | 0.68% | 0.86% | - |
| XYZ | 48.27 | 51.46 | 13.02 | - |
| YUV | 183.7 | 63.27 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 69 | 0 | 0.14 | 0.68 | 0.14 | 47.6 | 0.68 | 0.56 |
| Hex | DB | BC | 45 | 0 | E | 44 | E | 30 | 44 | 38 |
| Octal | 333 | 274 | 105 | 0 | 16 | 104 | 16 | 60 | 104 | 70 |
| Binary | 11011011 | 10111100 | 1000101 | 0 | 1110 | 1000100 | 1110 | 110000 | 1000100 | 111000 |
Color Harmonies of #DBBC45
Complementary color
Monochromatic Colors of #DBBC45
Black with #DBBC45
Text Example
Text Example
White with #DBBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC45; }
p { color: rgb(219,188,69); }
H1.HeaderClassName
{
color: #DBBC45;
}
.AnyTagClassName
{
color: #DBBC45;
}
</style>
background-color css
<style>
a { background-color: #DBBC45; }
a { background-color: rgb(219,188,69); }
div.DivClassName
{
background-color: #DBBC45;
}
.BgClassName
{
background-color: #DBBC45;
}
</style>
border-color css
<style>
span { border-color: #DBBC45; }
span { border-color: rgb(219,188,69); }
td.TdClassName
{
border-color: #DBBC45;
}
.TagClassName
{
border-color: #DBBC45;
}
</style>