Shades of Confetti #DBC24D
Tints of Confetti #DBC24D
RGB
CMYK
RGB Variations
Color information
#DBC24D (or 0xDBC24D) is known color: Confetti. HEX triplet: DB, C2 and 4D. RGB value is (219,194,77). Sum of RGB (Red+Green+Blue) = 219+194+77=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC24D is #243DB2. Grayscale: #BCBCBC. Windows color (decimal): -2375091 or 5096155. OLE color: 5096155.
HSL color Cylindrical-coordinate representation of color #DBC24D: hue angle of 49.44º 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 #DBC24D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 77 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.14 |
| HSL | 49.44º | 0.66% | 0.58% | - |
| HSV(B) | 49.44º | 0.65% | 0.86% | - |
| XYZ | 49.84 | 54.18 | 14.85 | - |
| YUV | 188.14 | 65.28 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 77 | 0 | 0.11 | 0.65 | 0.14 | 49.44 | 0.66 | 0.58 |
| Hex | DB | C2 | 4D | 0 | B | 41 | E | 31 | 42 | 3A |
| Octal | 333 | 302 | 115 | 0 | 13 | 101 | 16 | 61 | 102 | 72 |
| Binary | 11011011 | 11000010 | 1001101 | 0 | 1011 | 1000001 | 1110 | 110001 | 1000010 | 111010 |
Color Harmonies of #DBC24D
Complementary color
Monochromatic Colors of #DBC24D
Black with #DBC24D
Text Example
Text Example
White with #DBC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC24D; }
p { color: rgb(219,194,77); }
H1.HeaderClassName
{
color: #DBC24D;
}
.AnyTagClassName
{
color: #DBC24D;
}
</style>
background-color css
<style>
a { background-color: #DBC24D; }
a { background-color: rgb(219,194,77); }
div.DivClassName
{
background-color: #DBC24D;
}
.BgClassName
{
background-color: #DBC24D;
}
</style>
border-color css
<style>
span { border-color: #DBC24D; }
span { border-color: rgb(219,194,77); }
td.TdClassName
{
border-color: #DBC24D;
}
.TagClassName
{
border-color: #DBC24D;
}
</style>