Shades of Confetti #DBC350
Tints of Confetti #DBC350
RGB
CMYK
RGB Variations
Color information
#DBC350 (or 0xDBC350) is known color: Confetti. HEX triplet: DB, C3 and 50. RGB value is (219,195,80). Sum of RGB (Red+Green+Blue) = 219+195+80=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC350 is #243CAF. Grayscale: #BDBDBD. Windows color (decimal): -2374832 or 5293019. OLE color: 5293019.
HSL color Cylindrical-coordinate representation of color #DBC350: hue angle of 49.64º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBC350 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 80 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.14 |
| HSL | 49.64º | 0.66% | 0.59% | - |
| HSV(B) | 49.64º | 0.63% | 0.86% | - |
| XYZ | 50.18 | 54.67 | 15.5 | - |
| YUV | 189.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 80 | 0 | 0.11 | 0.63 | 0.14 | 49.64 | 0.66 | 0.59 |
| Hex | DB | C3 | 50 | 0 | B | 3F | E | 32 | 42 | 3B |
| Octal | 333 | 303 | 120 | 0 | 13 | 77 | 16 | 62 | 102 | 73 |
| Binary | 11011011 | 11000011 | 1010000 | 0 | 1011 | 111111 | 1110 | 110010 | 1000010 | 111011 |
Color Harmonies of #DBC350
Complementary color
Monochromatic Colors of #DBC350
Black with #DBC350
Text Example
Text Example
White with #DBC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC350; }
p { color: rgb(219,195,80); }
H1.HeaderClassName
{
color: #DBC350;
}
.AnyTagClassName
{
color: #DBC350;
}
</style>
background-color css
<style>
a { background-color: #DBC350; }
a { background-color: rgb(219,195,80); }
div.DivClassName
{
background-color: #DBC350;
}
.BgClassName
{
background-color: #DBC350;
}
</style>
border-color css
<style>
span { border-color: #DBC350; }
span { border-color: rgb(219,195,80); }
td.TdClassName
{
border-color: #DBC350;
}
.TagClassName
{
border-color: #DBC350;
}
</style>