Shades of Confetti #DBC34C
Tints of Confetti #DBC34C
RGB
CMYK
RGB Variations
Color information
#DBC34C (or 0xDBC34C) is known color: Confetti. HEX triplet: DB, C3 and 4C. RGB value is (219,195,76). Sum of RGB (Red+Green+Blue) = 219+195+76=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC34C is #243CB3. Grayscale: #BDBDBD. Windows color (decimal): -2374836 or 5030875. OLE color: 5030875.
HSL color Cylindrical-coordinate representation of color #DBC34C: hue angle of 49.93º degrees, saturation: 0.67, 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 #DBC34C is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 76 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.14 |
| HSL | 49.93º | 0.67% | 0.58% | - |
| HSV(B) | 49.93º | 0.65% | 0.86% | - |
| XYZ | 50.03 | 54.61 | 14.74 | - |
| YUV | 188.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 76 | 0 | 0.11 | 0.65 | 0.14 | 49.93 | 0.67 | 0.58 |
| Hex | DB | C3 | 4C | 0 | B | 41 | E | 32 | 43 | 3A |
| Octal | 333 | 303 | 114 | 0 | 13 | 101 | 16 | 62 | 103 | 72 |
| Binary | 11011011 | 11000011 | 1001100 | 0 | 1011 | 1000001 | 1110 | 110010 | 1000011 | 111010 |
Color Harmonies of #DBC34C
Complementary color
Monochromatic Colors of #DBC34C
Black with #DBC34C
Text Example
Text Example
White with #DBC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC34C; }
p { color: rgb(219,195,76); }
H1.HeaderClassName
{
color: #DBC34C;
}
.AnyTagClassName
{
color: #DBC34C;
}
</style>
background-color css
<style>
a { background-color: #DBC34C; }
a { background-color: rgb(219,195,76); }
div.DivClassName
{
background-color: #DBC34C;
}
.BgClassName
{
background-color: #DBC34C;
}
</style>
border-color css
<style>
span { border-color: #DBC34C; }
span { border-color: rgb(219,195,76); }
td.TdClassName
{
border-color: #DBC34C;
}
.TagClassName
{
border-color: #DBC34C;
}
</style>