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