Shades of Confetti #DBCA51
Tints of Confetti #DBCA51
RGB
CMYK
RGB Variations
Color information
#DBCA51 (or 0xDBCA51) is known color: Confetti. HEX triplet: DB, CA and 51. RGB value is (219,202,81). Sum of RGB (Red+Green+Blue) = 219+202+81=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA51 is #2435AE. Grayscale: #C1C1C1. Windows color (decimal): -2373039 or 5360347. OLE color: 5360347.
HSL color Cylindrical-coordinate representation of color #DBCA51: hue angle of 52.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBCA51 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 81 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.14 |
| HSL | 52.61º | 0.66% | 0.59% | - |
| HSV(B) | 52.61º | 0.63% | 0.86% | - |
| XYZ | 51.82 | 57.9 | 16.23 | - |
| YUV | 193.29 | 64.63 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 81 | 0 | 0.08 | 0.63 | 0.14 | 52.61 | 0.66 | 0.59 |
| Hex | DB | CA | 51 | 0 | 8 | 3F | E | 35 | 42 | 3B |
| Octal | 333 | 312 | 121 | 0 | 10 | 77 | 16 | 65 | 102 | 73 |
| Binary | 11011011 | 11001010 | 1010001 | 0 | 1000 | 111111 | 1110 | 110101 | 1000010 | 111011 |
Color Harmonies of #DBCA51
Complementary color
Monochromatic Colors of #DBCA51
Black with #DBCA51
Text Example
Text Example
White with #DBCA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA51; }
p { color: rgb(219,202,81); }
H1.HeaderClassName
{
color: #DBCA51;
}
.AnyTagClassName
{
color: #DBCA51;
}
</style>
background-color css
<style>
a { background-color: #DBCA51; }
a { background-color: rgb(219,202,81); }
div.DivClassName
{
background-color: #DBCA51;
}
.BgClassName
{
background-color: #DBCA51;
}
</style>
border-color css
<style>
span { border-color: #DBCA51; }
span { border-color: rgb(219,202,81); }
td.TdClassName
{
border-color: #DBCA51;
}
.TagClassName
{
border-color: #DBCA51;
}
</style>