Shades of Confetti #DBCC45
Tints of Confetti #DBCC45
RGB
CMYK
RGB Variations
Color information
#DBCC45 (or 0xDBCC45) is known color: Confetti. HEX triplet: DB, CC and 45. RGB value is (219,204,69). Sum of RGB (Red+Green+Blue) = 219+204+69=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC45 is #2433BA. Grayscale: #C1C1C1. Windows color (decimal): -2372539 or 4574427. OLE color: 4574427.
HSL color Cylindrical-coordinate representation of color #DBCC45: hue angle of 54º 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 #DBCC45 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 69 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.14 |
| HSL | 54º | 0.68% | 0.56% | - |
| HSV(B) | 54º | 0.68% | 0.86% | - |
| XYZ | 51.88 | 58.68 | 14.22 | - |
| YUV | 193.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 69 | 0 | 0.07 | 0.68 | 0.14 | 54 | 0.68 | 0.56 |
| Hex | DB | CC | 45 | 0 | 7 | 44 | E | 36 | 44 | 38 |
| Octal | 333 | 314 | 105 | 0 | 7 | 104 | 16 | 66 | 104 | 70 |
| Binary | 11011011 | 11001100 | 1000101 | 0 | 111 | 1000100 | 1110 | 110110 | 1000100 | 111000 |
Color Harmonies of #DBCC45
Complementary color
Monochromatic Colors of #DBCC45
Black with #DBCC45
Text Example
Text Example
White with #DBCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC45; }
p { color: rgb(219,204,69); }
H1.HeaderClassName
{
color: #DBCC45;
}
.AnyTagClassName
{
color: #DBCC45;
}
</style>
background-color css
<style>
a { background-color: #DBCC45; }
a { background-color: rgb(219,204,69); }
div.DivClassName
{
background-color: #DBCC45;
}
.BgClassName
{
background-color: #DBCC45;
}
</style>
border-color css
<style>
span { border-color: #DBCC45; }
span { border-color: rgb(219,204,69); }
td.TdClassName
{
border-color: #DBCC45;
}
.TagClassName
{
border-color: #DBCC45;
}
</style>