Shades of Confetti #DBC250
Tints of Confetti #DBC250
RGB
CMYK
RGB Variations
Color information
#DBC250 (or 0xDBC250) is known color: Confetti. HEX triplet: DB, C2 and 50. RGB value is (219,194,80). Sum of RGB (Red+Green+Blue) = 219+194+80=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC250 is #243DAF. Grayscale: #BCBCBC. Windows color (decimal): -2375088 or 5292763. OLE color: 5292763.
HSL color Cylindrical-coordinate representation of color #DBC250: hue angle of 49.21º 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 #DBC250 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 80 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.14 |
| HSL | 49.21º | 0.66% | 0.59% | - |
| HSV(B) | 49.21º | 0.63% | 0.86% | - |
| XYZ | 49.95 | 54.22 | 15.42 | - |
| YUV | 188.48 | 66.78 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 80 | 0 | 0.11 | 0.63 | 0.14 | 49.21 | 0.66 | 0.59 |
| Hex | DB | C2 | 50 | 0 | B | 3F | E | 31 | 42 | 3B |
| Octal | 333 | 302 | 120 | 0 | 13 | 77 | 16 | 61 | 102 | 73 |
| Binary | 11011011 | 11000010 | 1010000 | 0 | 1011 | 111111 | 1110 | 110001 | 1000010 | 111011 |
Color Harmonies of #DBC250
Complementary color
Monochromatic Colors of #DBC250
Black with #DBC250
Text Example
Text Example
White with #DBC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC250; }
p { color: rgb(219,194,80); }
H1.HeaderClassName
{
color: #DBC250;
}
.AnyTagClassName
{
color: #DBC250;
}
</style>
background-color css
<style>
a { background-color: #DBC250; }
a { background-color: rgb(219,194,80); }
div.DivClassName
{
background-color: #DBC250;
}
.BgClassName
{
background-color: #DBC250;
}
</style>
border-color css
<style>
span { border-color: #DBC250; }
span { border-color: rgb(219,194,80); }
td.TdClassName
{
border-color: #DBC250;
}
.TagClassName
{
border-color: #DBC250;
}
</style>