Shades of Confetti #DBD747
Tints of Confetti #DBD747
RGB
CMYK
RGB Variations
Color information
#DBD747 (or 0xDBD747) is known color: Confetti. HEX triplet: DB, D7 and 47. RGB value is (219,215,71). Sum of RGB (Red+Green+Blue) = 219+215+71=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD747 is #2428B8. Grayscale: #C8C8C8. Windows color (decimal): -2369721 or 4708315. OLE color: 4708315.
HSL color Cylindrical-coordinate representation of color #DBD747: hue angle of 58.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 #DBD747 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 71 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.14 |
| HSL | 58.38º | 0.67% | 0.57% | - |
| HSV(B) | 58.38º | 0.68% | 0.86% | - |
| XYZ | 54.65 | 64.12 | 15.46 | - |
| YUV | 199.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 71 | 0 | 0.02 | 0.68 | 0.14 | 58.38 | 0.67 | 0.57 |
| Hex | DB | D7 | 47 | 0 | 2 | 44 | E | 3A | 43 | 39 |
| Octal | 333 | 327 | 107 | 0 | 2 | 104 | 16 | 72 | 103 | 71 |
| Binary | 11011011 | 11010111 | 1000111 | 0 | 10 | 1000100 | 1110 | 111010 | 1000011 | 111001 |
Color Harmonies of #DBD747
Complementary color
Monochromatic Colors of #DBD747
Black with #DBD747
Text Example
Text Example
White with #DBD747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD747; }
p { color: rgb(219,215,71); }
H1.HeaderClassName
{
color: #DBD747;
}
.AnyTagClassName
{
color: #DBD747;
}
</style>
background-color css
<style>
a { background-color: #DBD747; }
a { background-color: rgb(219,215,71); }
div.DivClassName
{
background-color: #DBD747;
}
.BgClassName
{
background-color: #DBD747;
}
</style>
border-color css
<style>
span { border-color: #DBD747; }
span { border-color: rgb(219,215,71); }
td.TdClassName
{
border-color: #DBD747;
}
.TagClassName
{
border-color: #DBD747;
}
</style>