Shades of Confetti #DBCA4E
Tints of Confetti #DBCA4E
RGB
CMYK
RGB Variations
Color information
#DBCA4E (or 0xDBCA4E) is known color: Confetti. HEX triplet: DB, CA and 4E. RGB value is (219,202,78). Sum of RGB (Red+Green+Blue) = 219+202+78=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA4E is #2435B1. Grayscale: #C1C1C1. Windows color (decimal): -2373042 or 5163739. OLE color: 5163739.
HSL color Cylindrical-coordinate representation of color #DBCA4E: hue angle of 52.77º 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 #DBCA4E is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 78 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.14 |
| HSL | 52.77º | 0.66% | 0.58% | - |
| HSV(B) | 52.77º | 0.64% | 0.86% | - |
| XYZ | 51.71 | 57.85 | 15.65 | - |
| YUV | 192.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 78 | 0 | 0.08 | 0.64 | 0.14 | 52.77 | 0.66 | 0.58 |
| Hex | DB | CA | 4E | 0 | 8 | 40 | E | 35 | 42 | 3A |
| Octal | 333 | 312 | 116 | 0 | 10 | 100 | 16 | 65 | 102 | 72 |
| Binary | 11011011 | 11001010 | 1001110 | 0 | 1000 | 1000000 | 1110 | 110101 | 1000010 | 111010 |
Color Harmonies of #DBCA4E
Complementary color
Monochromatic Colors of #DBCA4E
Black with #DBCA4E
Text Example
Text Example
White with #DBCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA4E; }
p { color: rgb(219,202,78); }
H1.HeaderClassName
{
color: #DBCA4E;
}
.AnyTagClassName
{
color: #DBCA4E;
}
</style>
background-color css
<style>
a { background-color: #DBCA4E; }
a { background-color: rgb(219,202,78); }
div.DivClassName
{
background-color: #DBCA4E;
}
.BgClassName
{
background-color: #DBCA4E;
}
</style>
border-color css
<style>
span { border-color: #DBCA4E; }
span { border-color: rgb(219,202,78); }
td.TdClassName
{
border-color: #DBCA4E;
}
.TagClassName
{
border-color: #DBCA4E;
}
</style>