Shades of Confetti #DBCC50
Tints of Confetti #DBCC50
RGB
CMYK
RGB Variations
Color information
#DBCC50 (or 0xDBCC50) is known color: Confetti. HEX triplet: DB, CC and 50. RGB value is (219,204,80). Sum of RGB (Red+Green+Blue) = 219+204+80=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC50 is #2433AF. Grayscale: #C2C2C2. Windows color (decimal): -2372528 or 5295323. OLE color: 5295323.
HSL color Cylindrical-coordinate representation of color #DBCC50: hue angle of 53.53º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBCC50 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 80 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.14 |
| HSL | 53.53º | 0.66% | 0.59% | - |
| HSV(B) | 53.53º | 0.63% | 0.86% | - |
| XYZ | 52.25 | 58.82 | 16.19 | - |
| YUV | 194.35 | 63.47 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 80 | 0 | 0.07 | 0.63 | 0.14 | 53.53 | 0.66 | 0.59 |
| Hex | DB | CC | 50 | 0 | 7 | 3F | E | 36 | 42 | 3B |
| Octal | 333 | 314 | 120 | 0 | 7 | 77 | 16 | 66 | 102 | 73 |
| Binary | 11011011 | 11001100 | 1010000 | 0 | 111 | 111111 | 1110 | 110110 | 1000010 | 111011 |
Color Harmonies of #DBCC50
Complementary color
Monochromatic Colors of #DBCC50
Black with #DBCC50
Text Example
Text Example
White with #DBCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC50; }
p { color: rgb(219,204,80); }
H1.HeaderClassName
{
color: #DBCC50;
}
.AnyTagClassName
{
color: #DBCC50;
}
</style>
background-color css
<style>
a { background-color: #DBCC50; }
a { background-color: rgb(219,204,80); }
div.DivClassName
{
background-color: #DBCC50;
}
.BgClassName
{
background-color: #DBCC50;
}
</style>
border-color css
<style>
span { border-color: #DBCC50; }
span { border-color: rgb(219,204,80); }
td.TdClassName
{
border-color: #DBCC50;
}
.TagClassName
{
border-color: #DBCC50;
}
</style>