Shades of Confetti #DBD141
Tints of Confetti #DBD141
RGB
CMYK
RGB Variations
Color information
#DBD141 (or 0xDBD141) is known color: Confetti. HEX triplet: DB, D1 and 41. RGB value is (219,209,65). Sum of RGB (Red+Green+Blue) = 219+209+65=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD141 is #242EBE. Grayscale: #C4C4C4. Windows color (decimal): -2371263 or 4313563. OLE color: 4313563.
HSL color Cylindrical-coordinate representation of color #DBD141: hue angle of 56.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBD141 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 65 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.14 |
| HSL | 56.1º | 0.68% | 0.56% | - |
| HSV(B) | 56.1º | 0.7% | 0.86% | - |
| XYZ | 52.97 | 61.04 | 13.99 | - |
| YUV | 195.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 65 | 0 | 0.05 | 0.70 | 0.14 | 56.1 | 0.68 | 0.56 |
| Hex | DB | D1 | 41 | 0 | 5 | 46 | E | 38 | 44 | 38 |
| Octal | 333 | 321 | 101 | 0 | 5 | 106 | 16 | 70 | 104 | 70 |
| Binary | 11011011 | 11010001 | 1000001 | 0 | 101 | 1000110 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD141
Complementary color
Monochromatic Colors of #DBD141
Black with #DBD141
Text Example
Text Example
White with #DBD141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD141; }
p { color: rgb(219,209,65); }
H1.HeaderClassName
{
color: #DBD141;
}
.AnyTagClassName
{
color: #DBD141;
}
</style>
background-color css
<style>
a { background-color: #DBD141; }
a { background-color: rgb(219,209,65); }
div.DivClassName
{
background-color: #DBD141;
}
.BgClassName
{
background-color: #DBD141;
}
</style>
border-color css
<style>
span { border-color: #DBD141; }
span { border-color: rgb(219,209,65); }
td.TdClassName
{
border-color: #DBD141;
}
.TagClassName
{
border-color: #DBD141;
}
</style>