Shades of Confetti #DBCC4D
Tints of Confetti #DBCC4D
RGB
CMYK
RGB Variations
Color information
#DBCC4D (or 0xDBCC4D) is known color: Confetti. HEX triplet: DB, CC and 4D. RGB value is (219,204,77). Sum of RGB (Red+Green+Blue) = 219+204+77=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC4D is #2433B2. Grayscale: #C2C2C2. Windows color (decimal): -2372531 or 5098715. OLE color: 5098715.
HSL color Cylindrical-coordinate representation of color #DBCC4D: hue angle of 53.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBCC4D is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 77 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.14 |
| HSL | 53.66º | 0.66% | 0.58% | - |
| HSV(B) | 53.66º | 0.65% | 0.86% | - |
| XYZ | 52.15 | 58.78 | 15.62 | - |
| YUV | 194.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 77 | 0 | 0.07 | 0.65 | 0.14 | 53.66 | 0.66 | 0.58 |
| Hex | DB | CC | 4D | 0 | 7 | 41 | E | 36 | 42 | 3A |
| Octal | 333 | 314 | 115 | 0 | 7 | 101 | 16 | 66 | 102 | 72 |
| Binary | 11011011 | 11001100 | 1001101 | 0 | 111 | 1000001 | 1110 | 110110 | 1000010 | 111010 |
Color Harmonies of #DBCC4D
Complementary color
Monochromatic Colors of #DBCC4D
Black with #DBCC4D
Text Example
Text Example
White with #DBCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC4D; }
p { color: rgb(219,204,77); }
H1.HeaderClassName
{
color: #DBCC4D;
}
.AnyTagClassName
{
color: #DBCC4D;
}
</style>
background-color css
<style>
a { background-color: #DBCC4D; }
a { background-color: rgb(219,204,77); }
div.DivClassName
{
background-color: #DBCC4D;
}
.BgClassName
{
background-color: #DBCC4D;
}
</style>
border-color css
<style>
span { border-color: #DBCC4D; }
span { border-color: rgb(219,204,77); }
td.TdClassName
{
border-color: #DBCC4D;
}
.TagClassName
{
border-color: #DBCC4D;
}
</style>