Shades of Confetti #DBCA55
Tints of Confetti #DBCA55
RGB
CMYK
RGB Variations
Color information
#DBCA55 (or 0xDBCA55) is known color: Confetti. HEX triplet: DB, CA and 55. RGB value is (219,202,85). Sum of RGB (Red+Green+Blue) = 219+202+85=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA55 is #2435AA. Grayscale: #C2C2C2. Windows color (decimal): -2373035 or 5622491. OLE color: 5622491.
HSL color Cylindrical-coordinate representation of color #DBCA55: hue angle of 52.39º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBCA55 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 85 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.14 |
| HSL | 52.39º | 0.65% | 0.6% | - |
| HSV(B) | 52.39º | 0.61% | 0.86% | - |
| XYZ | 51.97 | 57.96 | 17.04 | - |
| YUV | 193.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 85 | 0 | 0.08 | 0.61 | 0.14 | 52.39 | 0.65 | 0.6 |
| Hex | DB | CA | 55 | 0 | 8 | 3D | E | 34 | 41 | 3C |
| Octal | 333 | 312 | 125 | 0 | 10 | 75 | 16 | 64 | 101 | 74 |
| Binary | 11011011 | 11001010 | 1010101 | 0 | 1000 | 111101 | 1110 | 110100 | 1000001 | 111100 |
Color Harmonies of #DBCA55
Complementary color
Monochromatic Colors of #DBCA55
Black with #DBCA55
Text Example
Text Example
White with #DBCA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA55; }
p { color: rgb(219,202,85); }
H1.HeaderClassName
{
color: #DBCA55;
}
.AnyTagClassName
{
color: #DBCA55;
}
</style>
background-color css
<style>
a { background-color: #DBCA55; }
a { background-color: rgb(219,202,85); }
div.DivClassName
{
background-color: #DBCA55;
}
.BgClassName
{
background-color: #DBCA55;
}
</style>
border-color css
<style>
span { border-color: #DBCA55; }
span { border-color: rgb(219,202,85); }
td.TdClassName
{
border-color: #DBCA55;
}
.TagClassName
{
border-color: #DBCA55;
}
</style>