Shades of Confetti #DBD542
Tints of Confetti #DBD542
RGB
CMYK
RGB Variations
Color information
#DBD542 (or 0xDBD542) is known color: Confetti. HEX triplet: DB, D5 and 42. RGB value is (219,213,66). Sum of RGB (Red+Green+Blue) = 219+213+66=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD542 is #242ABD. Grayscale: #C6C6C6. Windows color (decimal): -2370238 or 4380123. OLE color: 4380123.
HSL color Cylindrical-coordinate representation of color #DBD542: hue angle of 57.65º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBD542 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 66 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.14 |
| HSL | 57.65º | 0.68% | 0.56% | - |
| HSV(B) | 57.65º | 0.7% | 0.86% | - |
| XYZ | 53.99 | 63.04 | 14.48 | - |
| YUV | 198.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 66 | 0 | 0.03 | 0.70 | 0.14 | 57.65 | 0.68 | 0.56 |
| Hex | DB | D5 | 42 | 0 | 3 | 46 | E | 3A | 44 | 38 |
| Octal | 333 | 325 | 102 | 0 | 3 | 106 | 16 | 72 | 104 | 70 |
| Binary | 11011011 | 11010101 | 1000010 | 0 | 11 | 1000110 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DBD542
Complementary color
Monochromatic Colors of #DBD542
Black with #DBD542
Text Example
Text Example
White with #DBD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD542; }
p { color: rgb(219,213,66); }
H1.HeaderClassName
{
color: #DBD542;
}
.AnyTagClassName
{
color: #DBD542;
}
</style>
background-color css
<style>
a { background-color: #DBD542; }
a { background-color: rgb(219,213,66); }
div.DivClassName
{
background-color: #DBD542;
}
.BgClassName
{
background-color: #DBD542;
}
</style>
border-color css
<style>
span { border-color: #DBD542; }
span { border-color: rgb(219,213,66); }
td.TdClassName
{
border-color: #DBD542;
}
.TagClassName
{
border-color: #DBD542;
}
</style>