Shades of Confetti #DBD241
Tints of Confetti #DBD241
RGB
CMYK
RGB Variations
Color information
#DBD241 (or 0xDBD241) is known color: Confetti. HEX triplet: DB, D2 and 41. RGB value is (219,210,65). Sum of RGB (Red+Green+Blue) = 219+210+65=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 65 (25.78% from 255 or 13.16% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD241 is #242DBE. Grayscale: #C4C4C4. Windows color (decimal): -2371007 or 4313819. OLE color: 4313819.
HSL color Cylindrical-coordinate representation of color #DBD241: hue angle of 56.49º 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 #DBD241 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 65 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.14 |
| HSL | 56.49º | 0.68% | 0.56% | - |
| HSV(B) | 56.49º | 0.7% | 0.86% | - |
| XYZ | 53.21 | 61.53 | 14.07 | - |
| YUV | 196.16 | 53.98 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 65 | 0 | 0.04 | 0.70 | 0.14 | 56.49 | 0.68 | 0.56 |
| Hex | DB | D2 | 41 | 0 | 4 | 46 | E | 38 | 44 | 38 |
| Octal | 333 | 322 | 101 | 0 | 4 | 106 | 16 | 70 | 104 | 70 |
| Binary | 11011011 | 11010010 | 1000001 | 0 | 100 | 1000110 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD241
Complementary color
Monochromatic Colors of #DBD241
Black with #DBD241
Text Example
Text Example
White with #DBD241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD241; }
p { color: rgb(219,210,65); }
H1.HeaderClassName
{
color: #DBD241;
}
.AnyTagClassName
{
color: #DBD241;
}
</style>
background-color css
<style>
a { background-color: #DBD241; }
a { background-color: rgb(219,210,65); }
div.DivClassName
{
background-color: #DBD241;
}
.BgClassName
{
background-color: #DBD241;
}
</style>
border-color css
<style>
span { border-color: #DBD241; }
span { border-color: rgb(219,210,65); }
td.TdClassName
{
border-color: #DBD241;
}
.TagClassName
{
border-color: #DBD241;
}
</style>