Shades of Confetti #DBD342
Tints of Confetti #DBD342
RGB
CMYK
RGB Variations
Color information
#DBD342 (or 0xDBD342) is known color: Confetti. HEX triplet: DB, D3 and 42. RGB value is (219,211,66). Sum of RGB (Red+Green+Blue) = 219+211+66=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD342 is #242CBD. Grayscale: #C5C5C5. Windows color (decimal): -2370750 or 4379611. OLE color: 4379611.
HSL color Cylindrical-coordinate representation of color #DBD342: hue angle of 56.86º 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 #DBD342 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 66 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.14 |
| HSL | 56.86º | 0.68% | 0.56% | - |
| HSV(B) | 56.86º | 0.7% | 0.86% | - |
| XYZ | 53.49 | 62.04 | 14.31 | - |
| YUV | 196.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 66 | 0 | 0.04 | 0.70 | 0.14 | 56.86 | 0.68 | 0.56 |
| Hex | DB | D3 | 42 | 0 | 4 | 46 | E | 39 | 44 | 38 |
| Octal | 333 | 323 | 102 | 0 | 4 | 106 | 16 | 71 | 104 | 70 |
| Binary | 11011011 | 11010011 | 1000010 | 0 | 100 | 1000110 | 1110 | 111001 | 1000100 | 111000 |
Color Harmonies of #DBD342
Complementary color
Monochromatic Colors of #DBD342
Black with #DBD342
Text Example
Text Example
White with #DBD342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD342; }
p { color: rgb(219,211,66); }
H1.HeaderClassName
{
color: #DBD342;
}
.AnyTagClassName
{
color: #DBD342;
}
</style>
background-color css
<style>
a { background-color: #DBD342; }
a { background-color: rgb(219,211,66); }
div.DivClassName
{
background-color: #DBD342;
}
.BgClassName
{
background-color: #DBD342;
}
</style>
border-color css
<style>
span { border-color: #DBD342; }
span { border-color: rgb(219,211,66); }
td.TdClassName
{
border-color: #DBD342;
}
.TagClassName
{
border-color: #DBD342;
}
</style>