Shades of Confetti #DBCF51
Tints of Confetti #DBCF51
RGB
CMYK
RGB Variations
Color information
#DBCF51 (or 0xDBCF51) is known color: Confetti. HEX triplet: DB, CF and 51. RGB value is (219,207,81). Sum of RGB (Red+Green+Blue) = 219+207+81=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF51 is #2430AE. Grayscale: #C4C4C4. Windows color (decimal): -2371759 or 5361627. OLE color: 5361627.
HSL color Cylindrical-coordinate representation of color #DBCF51: hue angle of 54.78º 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 #DBCF51 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 81 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 54.78º | 0.66% | 0.59% | - |
| HSV(B) | 54.78º | 0.63% | 0.86% | - |
| XYZ | 53.01 | 60.28 | 16.63 | - |
| YUV | 196.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 81 | 0 | 0.05 | 0.63 | 0.14 | 54.78 | 0.66 | 0.59 |
| Hex | DB | CF | 51 | 0 | 5 | 3F | E | 37 | 42 | 3B |
| Octal | 333 | 317 | 121 | 0 | 5 | 77 | 16 | 67 | 102 | 73 |
| Binary | 11011011 | 11001111 | 1010001 | 0 | 101 | 111111 | 1110 | 110111 | 1000010 | 111011 |
Color Harmonies of #DBCF51
Complementary color
Monochromatic Colors of #DBCF51
Black with #DBCF51
Text Example
Text Example
White with #DBCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF51; }
p { color: rgb(219,207,81); }
H1.HeaderClassName
{
color: #DBCF51;
}
.AnyTagClassName
{
color: #DBCF51;
}
</style>
background-color css
<style>
a { background-color: #DBCF51; }
a { background-color: rgb(219,207,81); }
div.DivClassName
{
background-color: #DBCF51;
}
.BgClassName
{
background-color: #DBCF51;
}
</style>
border-color css
<style>
span { border-color: #DBCF51; }
span { border-color: rgb(219,207,81); }
td.TdClassName
{
border-color: #DBCF51;
}
.TagClassName
{
border-color: #DBCF51;
}
</style>