Shades of Confetti #DBC946
Tints of Confetti #DBC946
RGB
CMYK
RGB Variations
Color information
#DBC946 (or 0xDBC946) is known color: Confetti. HEX triplet: DB, C9 and 46. RGB value is (219,201,70). Sum of RGB (Red+Green+Blue) = 219+201+70=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC946 is #2436B9. Grayscale: #BFBFBF. Windows color (decimal): -2373306 or 4639195. OLE color: 4639195.
HSL color Cylindrical-coordinate representation of color #DBC946: hue angle of 52.75º 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 #DBC946 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 70 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.14 |
| HSL | 52.75º | 0.67% | 0.57% | - |
| HSV(B) | 52.75º | 0.68% | 0.86% | - |
| XYZ | 51.21 | 57.28 | 14.15 | - |
| YUV | 191.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 70 | 0 | 0.08 | 0.68 | 0.14 | 52.75 | 0.67 | 0.57 |
| Hex | DB | C9 | 46 | 0 | 8 | 44 | E | 35 | 43 | 39 |
| Octal | 333 | 311 | 106 | 0 | 10 | 104 | 16 | 65 | 103 | 71 |
| Binary | 11011011 | 11001001 | 1000110 | 0 | 1000 | 1000100 | 1110 | 110101 | 1000011 | 111001 |
Color Harmonies of #DBC946
Complementary color
Monochromatic Colors of #DBC946
Black with #DBC946
Text Example
Text Example
White with #DBC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC946; }
p { color: rgb(219,201,70); }
H1.HeaderClassName
{
color: #DBC946;
}
.AnyTagClassName
{
color: #DBC946;
}
</style>
background-color css
<style>
a { background-color: #DBC946; }
a { background-color: rgb(219,201,70); }
div.DivClassName
{
background-color: #DBC946;
}
.BgClassName
{
background-color: #DBC946;
}
</style>
border-color css
<style>
span { border-color: #DBC946; }
span { border-color: rgb(219,201,70); }
td.TdClassName
{
border-color: #DBC946;
}
.TagClassName
{
border-color: #DBC946;
}
</style>