Shades of Confetti #DBC543
Tints of Confetti #DBC543
RGB
CMYK
RGB Variations
Color information
#DBC543 (or 0xDBC543) is known color: Confetti. HEX triplet: DB, C5 and 43. RGB value is (219,197,67). Sum of RGB (Red+Green+Blue) = 219+197+67=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC543 is #243ABC. Grayscale: #BDBDBD. Windows color (decimal): -2374333 or 4441563. OLE color: 4441563.
HSL color Cylindrical-coordinate representation of color #DBC543: hue angle of 51.32º 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 #DBC543 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 67 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.14 |
| HSL | 51.32º | 0.68% | 0.56% | - |
| HSV(B) | 51.32º | 0.69% | 0.86% | - |
| XYZ | 50.19 | 55.4 | 13.36 | - |
| YUV | 188.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 67 | 0 | 0.10 | 0.69 | 0.14 | 51.32 | 0.68 | 0.56 |
| Hex | DB | C5 | 43 | 0 | A | 45 | E | 33 | 44 | 38 |
| Octal | 333 | 305 | 103 | 0 | 12 | 105 | 16 | 63 | 104 | 70 |
| Binary | 11011011 | 11000101 | 1000011 | 0 | 1010 | 1000101 | 1110 | 110011 | 1000100 | 111000 |
Color Harmonies of #DBC543
Complementary color
Monochromatic Colors of #DBC543
Black with #DBC543
Text Example
Text Example
White with #DBC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC543; }
p { color: rgb(219,197,67); }
H1.HeaderClassName
{
color: #DBC543;
}
.AnyTagClassName
{
color: #DBC543;
}
</style>
background-color css
<style>
a { background-color: #DBC543; }
a { background-color: rgb(219,197,67); }
div.DivClassName
{
background-color: #DBC543;
}
.BgClassName
{
background-color: #DBC543;
}
</style>
border-color css
<style>
span { border-color: #DBC543; }
span { border-color: rgb(219,197,67); }
td.TdClassName
{
border-color: #DBC543;
}
.TagClassName
{
border-color: #DBC543;
}
</style>