Shades of Confetti #DBCC46
Tints of Confetti #DBCC46
RGB
CMYK
RGB Variations
Color information
#DBCC46 (or 0xDBCC46) is known color: Confetti. HEX triplet: DB, CC and 46. RGB value is (219,204,70). Sum of RGB (Red+Green+Blue) = 219+204+70=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC46 is #2433B9. Grayscale: #C1C1C1. Windows color (decimal): -2372538 or 4639963. OLE color: 4639963.
HSL color Cylindrical-coordinate representation of color #DBCC46: hue angle of 53.96º 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 #DBCC46 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 70 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.14 |
| HSL | 53.96º | 0.67% | 0.57% | - |
| HSV(B) | 53.96º | 0.68% | 0.86% | - |
| XYZ | 51.91 | 58.69 | 14.39 | - |
| YUV | 193.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 70 | 0 | 0.07 | 0.68 | 0.14 | 53.96 | 0.67 | 0.57 |
| Hex | DB | CC | 46 | 0 | 7 | 44 | E | 36 | 43 | 39 |
| Octal | 333 | 314 | 106 | 0 | 7 | 104 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001100 | 1000110 | 0 | 111 | 1000100 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCC46
Complementary color
Monochromatic Colors of #DBCC46
Black with #DBCC46
Text Example
Text Example
White with #DBCC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC46; }
p { color: rgb(219,204,70); }
H1.HeaderClassName
{
color: #DBCC46;
}
.AnyTagClassName
{
color: #DBCC46;
}
</style>
background-color css
<style>
a { background-color: #DBCC46; }
a { background-color: rgb(219,204,70); }
div.DivClassName
{
background-color: #DBCC46;
}
.BgClassName
{
background-color: #DBCC46;
}
</style>
border-color css
<style>
span { border-color: #DBCC46; }
span { border-color: rgb(219,204,70); }
td.TdClassName
{
border-color: #DBCC46;
}
.TagClassName
{
border-color: #DBCC46;
}
</style>