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