Shades of Confetti #DBCA54
Tints of Confetti #DBCA54
RGB
CMYK
RGB Variations
Color information
#DBCA54 (or 0xDBCA54) is known color: Confetti. HEX triplet: DB, CA and 54. RGB value is (219,202,84). Sum of RGB (Red+Green+Blue) = 219+202+84=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA54 is #2435AB. Grayscale: #C2C2C2. Windows color (decimal): -2373036 or 5556955. OLE color: 5556955.
HSL color Cylindrical-coordinate representation of color #DBCA54: hue angle of 52.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBCA54 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 84 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.14 |
| HSL | 52.44º | 0.65% | 0.59% | - |
| HSV(B) | 52.44º | 0.62% | 0.86% | - |
| XYZ | 51.93 | 57.94 | 16.83 | - |
| YUV | 193.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 84 | 0 | 0.08 | 0.62 | 0.14 | 52.44 | 0.65 | 0.59 |
| Hex | DB | CA | 54 | 0 | 8 | 3E | E | 34 | 41 | 3B |
| Octal | 333 | 312 | 124 | 0 | 10 | 76 | 16 | 64 | 101 | 73 |
| Binary | 11011011 | 11001010 | 1010100 | 0 | 1000 | 111110 | 1110 | 110100 | 1000001 | 111011 |
Color Harmonies of #DBCA54
Complementary color
Monochromatic Colors of #DBCA54
Black with #DBCA54
Text Example
Text Example
White with #DBCA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA54; }
p { color: rgb(219,202,84); }
H1.HeaderClassName
{
color: #DBCA54;
}
.AnyTagClassName
{
color: #DBCA54;
}
</style>
background-color css
<style>
a { background-color: #DBCA54; }
a { background-color: rgb(219,202,84); }
div.DivClassName
{
background-color: #DBCA54;
}
.BgClassName
{
background-color: #DBCA54;
}
</style>
border-color css
<style>
span { border-color: #DBCA54; }
span { border-color: rgb(219,202,84); }
td.TdClassName
{
border-color: #DBCA54;
}
.TagClassName
{
border-color: #DBCA54;
}
</style>