Shades of Confetti #DBCA5A
Tints of Confetti #DBCA5A
RGB
CMYK
RGB Variations
Color information
#DBCA5A (or 0xDBCA5A) is known color: Confetti. HEX triplet: DB, CA and 5A. RGB value is (219,202,90). Sum of RGB (Red+Green+Blue) = 219+202+90=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA5A is #2435A5. Grayscale: #C2C2C2. Windows color (decimal): -2373030 or 5950171. OLE color: 5950171.
HSL color Cylindrical-coordinate representation of color #DBCA5A: hue angle of 52.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBCA5A is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 90 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.14 |
| HSL | 52.09º | 0.64% | 0.61% | - |
| HSV(B) | 52.09º | 0.59% | 0.86% | - |
| XYZ | 52.18 | 58.04 | 18.13 | - |
| YUV | 194.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 90 | 0 | 0.08 | 0.59 | 0.14 | 52.09 | 0.64 | 0.61 |
| Hex | DB | CA | 5A | 0 | 8 | 3B | E | 34 | 40 | 3D |
| Octal | 333 | 312 | 132 | 0 | 10 | 73 | 16 | 64 | 100 | 75 |
| Binary | 11011011 | 11001010 | 1011010 | 0 | 1000 | 111011 | 1110 | 110100 | 1000000 | 111101 |
Color Harmonies of #DBCA5A
Complementary color
Monochromatic Colors of #DBCA5A
Black with #DBCA5A
Text Example
Text Example
White with #DBCA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA5A; }
p { color: rgb(219,202,90); }
H1.HeaderClassName
{
color: #DBCA5A;
}
.AnyTagClassName
{
color: #DBCA5A;
}
</style>
background-color css
<style>
a { background-color: #DBCA5A; }
a { background-color: rgb(219,202,90); }
div.DivClassName
{
background-color: #DBCA5A;
}
.BgClassName
{
background-color: #DBCA5A;
}
</style>
border-color css
<style>
span { border-color: #DBCA5A; }
span { border-color: rgb(219,202,90); }
td.TdClassName
{
border-color: #DBCA5A;
}
.TagClassName
{
border-color: #DBCA5A;
}
</style>