Shades of Confetti #DBCC48
Tints of Confetti #DBCC48
RGB
CMYK
RGB Variations
Color information
#DBCC48 (or 0xDBCC48) is known color: Confetti. HEX triplet: DB, CC and 48. RGB value is (219,204,72). Sum of RGB (Red+Green+Blue) = 219+204+72=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC48 is #2433B7. Grayscale: #C1C1C1. Windows color (decimal): -2372536 or 4771035. OLE color: 4771035.
HSL color Cylindrical-coordinate representation of color #DBCC48: hue angle of 53.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBCC48 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 72 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.14 |
| HSL | 53.88º | 0.67% | 0.57% | - |
| HSV(B) | 53.88º | 0.67% | 0.86% | - |
| XYZ | 51.98 | 58.71 | 14.72 | - |
| YUV | 193.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 72 | 0 | 0.07 | 0.67 | 0.14 | 53.88 | 0.67 | 0.57 |
| Hex | DB | CC | 48 | 0 | 7 | 43 | E | 36 | 43 | 39 |
| Octal | 333 | 314 | 110 | 0 | 7 | 103 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001100 | 1001000 | 0 | 111 | 1000011 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCC48
Complementary color
Monochromatic Colors of #DBCC48
Black with #DBCC48
Text Example
Text Example
White with #DBCC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC48; }
p { color: rgb(219,204,72); }
H1.HeaderClassName
{
color: #DBCC48;
}
.AnyTagClassName
{
color: #DBCC48;
}
</style>
background-color css
<style>
a { background-color: #DBCC48; }
a { background-color: rgb(219,204,72); }
div.DivClassName
{
background-color: #DBCC48;
}
.BgClassName
{
background-color: #DBCC48;
}
</style>
border-color css
<style>
span { border-color: #DBCC48; }
span { border-color: rgb(219,204,72); }
td.TdClassName
{
border-color: #DBCC48;
}
.TagClassName
{
border-color: #DBCC48;
}
</style>