Shades of Confetti #DBC841
Tints of Confetti #DBC841
RGB
CMYK
RGB Variations
Color information
#DBC841 (or 0xDBC841) is known color: Confetti. HEX triplet: DB, C8 and 41. RGB value is (219,200,65). Sum of RGB (Red+Green+Blue) = 219+200+65=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC841 is #2437BE. Grayscale: #BEBEBE. Windows color (decimal): -2373567 or 4311259. OLE color: 4311259.
HSL color Cylindrical-coordinate representation of color #DBC841: hue angle of 52.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBC841 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 65 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.14 |
| HSL | 52.6º | 0.68% | 0.56% | - |
| HSV(B) | 52.6º | 0.7% | 0.86% | - |
| XYZ | 50.82 | 56.75 | 13.28 | - |
| YUV | 190.29 | 57.29 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 65 | 0 | 0.09 | 0.70 | 0.14 | 52.6 | 0.68 | 0.56 |
| Hex | DB | C8 | 41 | 0 | 9 | 46 | E | 35 | 44 | 38 |
| Octal | 333 | 310 | 101 | 0 | 11 | 106 | 16 | 65 | 104 | 70 |
| Binary | 11011011 | 11001000 | 1000001 | 0 | 1001 | 1000110 | 1110 | 110101 | 1000100 | 111000 |
Color Harmonies of #DBC841
Complementary color
Monochromatic Colors of #DBC841
Black with #DBC841
Text Example
Text Example
White with #DBC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC841; }
p { color: rgb(219,200,65); }
H1.HeaderClassName
{
color: #DBC841;
}
.AnyTagClassName
{
color: #DBC841;
}
</style>
background-color css
<style>
a { background-color: #DBC841; }
a { background-color: rgb(219,200,65); }
div.DivClassName
{
background-color: #DBC841;
}
.BgClassName
{
background-color: #DBC841;
}
</style>
border-color css
<style>
span { border-color: #DBC841; }
span { border-color: rgb(219,200,65); }
td.TdClassName
{
border-color: #DBC841;
}
.TagClassName
{
border-color: #DBC841;
}
</style>