Shades of Confetti #DBC444
Tints of Confetti #DBC444
RGB
CMYK
RGB Variations
Color information
#DBC444 (or 0xDBC444) is known color: Confetti. HEX triplet: DB, C4 and 44. RGB value is (219,196,68). Sum of RGB (Red+Green+Blue) = 219+196+68=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC444 is #243BBB. Grayscale: #BCBCBC. Windows color (decimal): -2374588 or 4506843. OLE color: 4506843.
HSL color Cylindrical-coordinate representation of color #DBC444: hue angle of 50.86º 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 #DBC444 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 68 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.14 |
| HSL | 50.86º | 0.68% | 0.56% | - |
| HSV(B) | 50.86º | 0.69% | 0.86% | - |
| XYZ | 50 | 54.96 | 13.44 | - |
| YUV | 188.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 68 | 0 | 0.11 | 0.69 | 0.14 | 50.86 | 0.68 | 0.56 |
| Hex | DB | C4 | 44 | 0 | B | 45 | E | 33 | 44 | 38 |
| Octal | 333 | 304 | 104 | 0 | 13 | 105 | 16 | 63 | 104 | 70 |
| Binary | 11011011 | 11000100 | 1000100 | 0 | 1011 | 1000101 | 1110 | 110011 | 1000100 | 111000 |
Color Harmonies of #DBC444
Complementary color
Monochromatic Colors of #DBC444
Black with #DBC444
Text Example
Text Example
White with #DBC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC444; }
p { color: rgb(219,196,68); }
H1.HeaderClassName
{
color: #DBC444;
}
.AnyTagClassName
{
color: #DBC444;
}
</style>
background-color css
<style>
a { background-color: #DBC444; }
a { background-color: rgb(219,196,68); }
div.DivClassName
{
background-color: #DBC444;
}
.BgClassName
{
background-color: #DBC444;
}
</style>
border-color css
<style>
span { border-color: #DBC444; }
span { border-color: rgb(219,196,68); }
td.TdClassName
{
border-color: #DBC444;
}
.TagClassName
{
border-color: #DBC444;
}
</style>