Shades of Confetti #DBD246
Tints of Confetti #DBD246
RGB
CMYK
RGB Variations
Color information
#DBD246 (or 0xDBD246) is known color: Confetti. HEX triplet: DB, D2 and 46. RGB value is (219,210,70). Sum of RGB (Red+Green+Blue) = 219+210+70=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 70 (27.73% from 255 or 14.03% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD246 is #242DB9. Grayscale: #C5C5C5. Windows color (decimal): -2371002 or 4641499. OLE color: 4641499.
HSL color Cylindrical-coordinate representation of color #DBD246: hue angle of 56.38º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBD246 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 70 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.14 |
| HSL | 56.38º | 0.67% | 0.57% | - |
| HSV(B) | 56.38º | 0.68% | 0.86% | - |
| XYZ | 53.37 | 61.6 | 14.87 | - |
| YUV | 196.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 70 | 0 | 0.04 | 0.68 | 0.14 | 56.38 | 0.67 | 0.57 |
| Hex | DB | D2 | 46 | 0 | 4 | 44 | E | 38 | 43 | 39 |
| Octal | 333 | 322 | 106 | 0 | 4 | 104 | 16 | 70 | 103 | 71 |
| Binary | 11011011 | 11010010 | 1000110 | 0 | 100 | 1000100 | 1110 | 111000 | 1000011 | 111001 |
Color Harmonies of #DBD246
Complementary color
Monochromatic Colors of #DBD246
Black with #DBD246
Text Example
Text Example
White with #DBD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD246; }
p { color: rgb(219,210,70); }
H1.HeaderClassName
{
color: #DBD246;
}
.AnyTagClassName
{
color: #DBD246;
}
</style>
background-color css
<style>
a { background-color: #DBD246; }
a { background-color: rgb(219,210,70); }
div.DivClassName
{
background-color: #DBD246;
}
.BgClassName
{
background-color: #DBD246;
}
</style>
border-color css
<style>
span { border-color: #DBD246; }
span { border-color: rgb(219,210,70); }
td.TdClassName
{
border-color: #DBD246;
}
.TagClassName
{
border-color: #DBD246;
}
</style>