Shades of Confetti #DBCA4C
Tints of Confetti #DBCA4C
RGB
CMYK
RGB Variations
Color information
#DBCA4C (or 0xDBCA4C) is known color: Confetti. HEX triplet: DB, CA and 4C. RGB value is (219,202,76). Sum of RGB (Red+Green+Blue) = 219+202+76=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA4C is #2435B3. Grayscale: #C1C1C1. Windows color (decimal): -2373044 or 5032667. OLE color: 5032667.
HSL color Cylindrical-coordinate representation of color #DBCA4C: hue angle of 52.87º degrees, saturation: 0.67, 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 #DBCA4C is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 76 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.14 |
| HSL | 52.87º | 0.67% | 0.58% | - |
| HSV(B) | 52.87º | 0.65% | 0.86% | - |
| XYZ | 51.64 | 57.82 | 15.28 | - |
| YUV | 192.72 | 62.13 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 76 | 0 | 0.08 | 0.65 | 0.14 | 52.87 | 0.67 | 0.58 |
| Hex | DB | CA | 4C | 0 | 8 | 41 | E | 35 | 43 | 3A |
| Octal | 333 | 312 | 114 | 0 | 10 | 101 | 16 | 65 | 103 | 72 |
| Binary | 11011011 | 11001010 | 1001100 | 0 | 1000 | 1000001 | 1110 | 110101 | 1000011 | 111010 |
Color Harmonies of #DBCA4C
Complementary color
Monochromatic Colors of #DBCA4C
Black with #DBCA4C
Text Example
Text Example
White with #DBCA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA4C; }
p { color: rgb(219,202,76); }
H1.HeaderClassName
{
color: #DBCA4C;
}
.AnyTagClassName
{
color: #DBCA4C;
}
</style>
background-color css
<style>
a { background-color: #DBCA4C; }
a { background-color: rgb(219,202,76); }
div.DivClassName
{
background-color: #DBCA4C;
}
.BgClassName
{
background-color: #DBCA4C;
}
</style>
border-color css
<style>
span { border-color: #DBCA4C; }
span { border-color: rgb(219,202,76); }
td.TdClassName
{
border-color: #DBCA4C;
}
.TagClassName
{
border-color: #DBCA4C;
}
</style>