Shades of Confetti #DBCF54
Tints of Confetti #DBCF54
RGB
CMYK
RGB Variations
Color information
#DBCF54 (or 0xDBCF54) is known color: Confetti. HEX triplet: DB, CF and 54. RGB value is (219,207,84). Sum of RGB (Red+Green+Blue) = 219+207+84=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 84 (33.20% from 255 or 16.47% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCF54 is #2430AB. Grayscale: #C5C5C5. Windows color (decimal): -2371756 or 5558235. OLE color: 5558235.
HSL color Cylindrical-coordinate representation of color #DBCF54: hue angle of 54.67º 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 #DBCF54 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 84 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.14 |
| HSL | 54.67º | 0.65% | 0.59% | - |
| HSV(B) | 54.67º | 0.62% | 0.86% | - |
| XYZ | 53.13 | 60.33 | 17.23 | - |
| YUV | 196.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 84 | 0 | 0.05 | 0.62 | 0.14 | 54.67 | 0.65 | 0.59 |
| Hex | DB | CF | 54 | 0 | 5 | 3E | E | 37 | 41 | 3B |
| Octal | 333 | 317 | 124 | 0 | 5 | 76 | 16 | 67 | 101 | 73 |
| Binary | 11011011 | 11001111 | 1010100 | 0 | 101 | 111110 | 1110 | 110111 | 1000001 | 111011 |
Color Harmonies of #DBCF54
Complementary color
Monochromatic Colors of #DBCF54
Black with #DBCF54
Text Example
Text Example
White with #DBCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF54; }
p { color: rgb(219,207,84); }
H1.HeaderClassName
{
color: #DBCF54;
}
.AnyTagClassName
{
color: #DBCF54;
}
</style>
background-color css
<style>
a { background-color: #DBCF54; }
a { background-color: rgb(219,207,84); }
div.DivClassName
{
background-color: #DBCF54;
}
.BgClassName
{
background-color: #DBCF54;
}
</style>
border-color css
<style>
span { border-color: #DBCF54; }
span { border-color: rgb(219,207,84); }
td.TdClassName
{
border-color: #DBCF54;
}
.TagClassName
{
border-color: #DBCF54;
}
</style>