Shades of Confetti #DBC950
Tints of Confetti #DBC950
RGB
CMYK
RGB Variations
Color information
#DBC950 (or 0xDBC950) is known color: Confetti. HEX triplet: DB, C9 and 50. RGB value is (219,201,80). Sum of RGB (Red+Green+Blue) = 219+201+80=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC950 is #2436AF. Grayscale: #C1C1C1. Windows color (decimal): -2373296 or 5294555. OLE color: 5294555.
HSL color Cylindrical-coordinate representation of color #DBC950: hue angle of 52.23º 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 #DBC950 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 80 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.14 |
| HSL | 52.23º | 0.66% | 0.59% | - |
| HSV(B) | 52.23º | 0.63% | 0.86% | - |
| XYZ | 51.55 | 57.41 | 15.95 | - |
| YUV | 192.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 80 | 0 | 0.08 | 0.63 | 0.14 | 52.23 | 0.66 | 0.59 |
| Hex | DB | C9 | 50 | 0 | 8 | 3F | E | 34 | 42 | 3B |
| Octal | 333 | 311 | 120 | 0 | 10 | 77 | 16 | 64 | 102 | 73 |
| Binary | 11011011 | 11001001 | 1010000 | 0 | 1000 | 111111 | 1110 | 110100 | 1000010 | 111011 |
Color Harmonies of #DBC950
Complementary color
Monochromatic Colors of #DBC950
Black with #DBC950
Text Example
Text Example
White with #DBC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC950; }
p { color: rgb(219,201,80); }
H1.HeaderClassName
{
color: #DBC950;
}
.AnyTagClassName
{
color: #DBC950;
}
</style>
background-color css
<style>
a { background-color: #DBC950; }
a { background-color: rgb(219,201,80); }
div.DivClassName
{
background-color: #DBC950;
}
.BgClassName
{
background-color: #DBC950;
}
</style>
border-color css
<style>
span { border-color: #DBC950; }
span { border-color: rgb(219,201,80); }
td.TdClassName
{
border-color: #DBC950;
}
.TagClassName
{
border-color: #DBC950;
}
</style>