Shades of Confetti #DBCC4E
Tints of Confetti #DBCC4E
RGB
CMYK
RGB Variations
Color information
#DBCC4E (or 0xDBCC4E) is known color: Confetti. HEX triplet: DB, CC and 4E. RGB value is (219,204,78). Sum of RGB (Red+Green+Blue) = 219+204+78=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCC4E is #2433B1. Grayscale: #C2C2C2. Windows color (decimal): -2372530 or 5164251. OLE color: 5164251.
HSL color Cylindrical-coordinate representation of color #DBCC4E: hue angle of 53.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBCC4E is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 78 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.14 |
| HSL | 53.62º | 0.66% | 0.58% | - |
| HSV(B) | 53.62º | 0.64% | 0.86% | - |
| XYZ | 52.18 | 58.8 | 15.81 | - |
| YUV | 194.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 78 | 0 | 0.07 | 0.64 | 0.14 | 53.62 | 0.66 | 0.58 |
| Hex | DB | CC | 4E | 0 | 7 | 40 | E | 36 | 42 | 3A |
| Octal | 333 | 314 | 116 | 0 | 7 | 100 | 16 | 66 | 102 | 72 |
| Binary | 11011011 | 11001100 | 1001110 | 0 | 111 | 1000000 | 1110 | 110110 | 1000010 | 111010 |
Color Harmonies of #DBCC4E
Complementary color
Monochromatic Colors of #DBCC4E
Black with #DBCC4E
Text Example
Text Example
White with #DBCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC4E; }
p { color: rgb(219,204,78); }
H1.HeaderClassName
{
color: #DBCC4E;
}
.AnyTagClassName
{
color: #DBCC4E;
}
</style>
background-color css
<style>
a { background-color: #DBCC4E; }
a { background-color: rgb(219,204,78); }
div.DivClassName
{
background-color: #DBCC4E;
}
.BgClassName
{
background-color: #DBCC4E;
}
</style>
border-color css
<style>
span { border-color: #DBCC4E; }
span { border-color: rgb(219,204,78); }
td.TdClassName
{
border-color: #DBCC4E;
}
.TagClassName
{
border-color: #DBCC4E;
}
</style>