Shades of Confetti #DBC04F
Tints of Confetti #DBC04F
RGB
CMYK
RGB Variations
Color information
#DBC04F (or 0xDBC04F) is known color: Confetti. HEX triplet: DB, C0 and 4F. RGB value is (219,192,79). Sum of RGB (Red+Green+Blue) = 219+192+79=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 79 (31.25% from 255 or 16.12% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC04F is #243FB0. Grayscale: #BBBBBB. Windows color (decimal): -2375601 or 5226715. OLE color: 5226715.
HSL color Cylindrical-coordinate representation of color #DBC04F: hue angle of 48.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBC04F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 79 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.14 |
| HSL | 48.43º | 0.66% | 0.58% | - |
| HSV(B) | 48.43º | 0.64% | 0.86% | - |
| XYZ | 49.47 | 53.32 | 15.08 | - |
| YUV | 187.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 79 | 0 | 0.12 | 0.64 | 0.14 | 48.43 | 0.66 | 0.58 |
| Hex | DB | C0 | 4F | 0 | C | 40 | E | 30 | 42 | 3A |
| Octal | 333 | 300 | 117 | 0 | 14 | 100 | 16 | 60 | 102 | 72 |
| Binary | 11011011 | 11000000 | 1001111 | 0 | 1100 | 1000000 | 1110 | 110000 | 1000010 | 111010 |
Color Harmonies of #DBC04F
Complementary color
Monochromatic Colors of #DBC04F
Black with #DBC04F
Text Example
Text Example
White with #DBC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC04F; }
p { color: rgb(219,192,79); }
H1.HeaderClassName
{
color: #DBC04F;
}
.AnyTagClassName
{
color: #DBC04F;
}
</style>
background-color css
<style>
a { background-color: #DBC04F; }
a { background-color: rgb(219,192,79); }
div.DivClassName
{
background-color: #DBC04F;
}
.BgClassName
{
background-color: #DBC04F;
}
</style>
border-color css
<style>
span { border-color: #DBC04F; }
span { border-color: rgb(219,192,79); }
td.TdClassName
{
border-color: #DBC04F;
}
.TagClassName
{
border-color: #DBC04F;
}
</style>