Shades of Confetti #DBD243
Tints of Confetti #DBD243
RGB
CMYK
RGB Variations
Color information
#DBD243 (or 0xDBD243) is known color: Confetti. HEX triplet: DB, D2 and 43. RGB value is (219,210,67). Sum of RGB (Red+Green+Blue) = 219+210+67=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 67 (26.56% from 255 or 13.51% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD243 is #242DBC. Grayscale: #C4C4C4. Windows color (decimal): -2371005 or 4444891. OLE color: 4444891.
HSL color Cylindrical-coordinate representation of color #DBD243: hue angle of 56.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 #DBD243 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 67 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.14 |
| HSL | 56.45º | 0.68% | 0.56% | - |
| HSV(B) | 56.45º | 0.69% | 0.86% | - |
| XYZ | 53.27 | 61.56 | 14.38 | - |
| YUV | 196.39 | 54.98 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 67 | 0 | 0.04 | 0.69 | 0.14 | 56.45 | 0.68 | 0.56 |
| Hex | DB | D2 | 43 | 0 | 4 | 45 | E | 38 | 44 | 38 |
| Octal | 333 | 322 | 103 | 0 | 4 | 105 | 16 | 70 | 104 | 70 |
| Binary | 11011011 | 11010010 | 1000011 | 0 | 100 | 1000101 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD243
Complementary color
Monochromatic Colors of #DBD243
Black with #DBD243
Text Example
Text Example
White with #DBD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD243; }
p { color: rgb(219,210,67); }
H1.HeaderClassName
{
color: #DBD243;
}
.AnyTagClassName
{
color: #DBD243;
}
</style>
background-color css
<style>
a { background-color: #DBD243; }
a { background-color: rgb(219,210,67); }
div.DivClassName
{
background-color: #DBD243;
}
.BgClassName
{
background-color: #DBD243;
}
</style>
border-color css
<style>
span { border-color: #DBD243; }
span { border-color: rgb(219,210,67); }
td.TdClassName
{
border-color: #DBD243;
}
.TagClassName
{
border-color: #DBD243;
}
</style>