Shades of Confetti #DBC844
Tints of Confetti #DBC844
RGB
CMYK
RGB Variations
Color information
#DBC844 (or 0xDBC844) is known color: Confetti. HEX triplet: DB, C8 and 44. RGB value is (219,200,68). Sum of RGB (Red+Green+Blue) = 219+200+68=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC844 is #2437BB. Grayscale: #BFBFBF. Windows color (decimal): -2373564 or 4507867. OLE color: 4507867.
HSL color Cylindrical-coordinate representation of color #DBC844: hue angle of 52.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBC844 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 68 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.14 |
| HSL | 52.45º | 0.68% | 0.56% | - |
| HSV(B) | 52.45º | 0.69% | 0.86% | - |
| XYZ | 50.91 | 56.79 | 13.75 | - |
| YUV | 190.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 68 | 0 | 0.09 | 0.69 | 0.14 | 52.45 | 0.68 | 0.56 |
| Hex | DB | C8 | 44 | 0 | 9 | 45 | E | 34 | 44 | 38 |
| Octal | 333 | 310 | 104 | 0 | 11 | 105 | 16 | 64 | 104 | 70 |
| Binary | 11011011 | 11001000 | 1000100 | 0 | 1001 | 1000101 | 1110 | 110100 | 1000100 | 111000 |
Color Harmonies of #DBC844
Complementary color
Monochromatic Colors of #DBC844
Black with #DBC844
Text Example
Text Example
White with #DBC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC844; }
p { color: rgb(219,200,68); }
H1.HeaderClassName
{
color: #DBC844;
}
.AnyTagClassName
{
color: #DBC844;
}
</style>
background-color css
<style>
a { background-color: #DBC844; }
a { background-color: rgb(219,200,68); }
div.DivClassName
{
background-color: #DBC844;
}
.BgClassName
{
background-color: #DBC844;
}
</style>
border-color css
<style>
span { border-color: #DBC844; }
span { border-color: rgb(219,200,68); }
td.TdClassName
{
border-color: #DBC844;
}
.TagClassName
{
border-color: #DBC844;
}
</style>