Shades of Confetti #DBC04D
Tints of Confetti #DBC04D
RGB
CMYK
RGB Variations
Color information
#DBC04D (or 0xDBC04D) is known color: Confetti. HEX triplet: DB, C0 and 4D. RGB value is (219,192,77). Sum of RGB (Red+Green+Blue) = 219+192+77=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC04D is #243FB2. Grayscale: #BBBBBB. Windows color (decimal): -2375603 or 5095643. OLE color: 5095643.
HSL color Cylindrical-coordinate representation of color #DBC04D: hue angle of 48.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBC04D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 77 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.14 |
| HSL | 48.59º | 0.66% | 0.58% | - |
| HSV(B) | 48.59º | 0.65% | 0.86% | - |
| XYZ | 49.4 | 53.3 | 14.7 | - |
| YUV | 186.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 77 | 0 | 0.12 | 0.65 | 0.14 | 48.59 | 0.66 | 0.58 |
| Hex | DB | C0 | 4D | 0 | C | 41 | E | 31 | 42 | 3A |
| Octal | 333 | 300 | 115 | 0 | 14 | 101 | 16 | 61 | 102 | 72 |
| Binary | 11011011 | 11000000 | 1001101 | 0 | 1100 | 1000001 | 1110 | 110001 | 1000010 | 111010 |
Color Harmonies of #DBC04D
Complementary color
Monochromatic Colors of #DBC04D
Black with #DBC04D
Text Example
Text Example
White with #DBC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC04D; }
p { color: rgb(219,192,77); }
H1.HeaderClassName
{
color: #DBC04D;
}
.AnyTagClassName
{
color: #DBC04D;
}
</style>
background-color css
<style>
a { background-color: #DBC04D; }
a { background-color: rgb(219,192,77); }
div.DivClassName
{
background-color: #DBC04D;
}
.BgClassName
{
background-color: #DBC04D;
}
</style>
border-color css
<style>
span { border-color: #DBC04D; }
span { border-color: rgb(219,192,77); }
td.TdClassName
{
border-color: #DBC04D;
}
.TagClassName
{
border-color: #DBC04D;
}
</style>