Shades of Confetti #DBD543
Tints of Confetti #DBD543
RGB
CMYK
RGB Variations
Color information
#DBD543 (or 0xDBD543) is known color: Confetti. HEX triplet: DB, D5 and 43. RGB value is (219,213,67). Sum of RGB (Red+Green+Blue) = 219+213+67=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 67 (26.56% from 255 or 13.43% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD543 is #242ABC. Grayscale: #C6C6C6. Windows color (decimal): -2370237 or 4445659. OLE color: 4445659.
HSL color Cylindrical-coordinate representation of color #DBD543: hue angle of 57.63º 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 #DBD543 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 67 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.14 |
| HSL | 57.63º | 0.68% | 0.56% | - |
| HSV(B) | 57.63º | 0.69% | 0.86% | - |
| XYZ | 54.02 | 63.05 | 14.63 | - |
| YUV | 198.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 67 | 0 | 0.03 | 0.69 | 0.14 | 57.63 | 0.68 | 0.56 |
| Hex | DB | D5 | 43 | 0 | 3 | 45 | E | 3A | 44 | 38 |
| Octal | 333 | 325 | 103 | 0 | 3 | 105 | 16 | 72 | 104 | 70 |
| Binary | 11011011 | 11010101 | 1000011 | 0 | 11 | 1000101 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DBD543
Complementary color
Monochromatic Colors of #DBD543
Black with #DBD543
Text Example
Text Example
White with #DBD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD543; }
p { color: rgb(219,213,67); }
H1.HeaderClassName
{
color: #DBD543;
}
.AnyTagClassName
{
color: #DBD543;
}
</style>
background-color css
<style>
a { background-color: #DBD543; }
a { background-color: rgb(219,213,67); }
div.DivClassName
{
background-color: #DBD543;
}
.BgClassName
{
background-color: #DBD543;
}
</style>
border-color css
<style>
span { border-color: #DBD543; }
span { border-color: rgb(219,213,67); }
td.TdClassName
{
border-color: #DBD543;
}
.TagClassName
{
border-color: #DBD543;
}
</style>