Shades of Confetti #DBD045
Tints of Confetti #DBD045
RGB
CMYK
RGB Variations
Color information
#DBD045 (or 0xDBD045) is known color: Confetti. HEX triplet: DB, D0 and 45. RGB value is (219,208,69). Sum of RGB (Red+Green+Blue) = 219+208+69=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD045 is #242FBA. Grayscale: #C4C4C4. Windows color (decimal): -2371515 or 4575451. OLE color: 4575451.
HSL color Cylindrical-coordinate representation of color #DBD045: hue angle of 55.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBD045 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 69 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.14 |
| HSL | 55.6º | 0.68% | 0.56% | - |
| HSV(B) | 55.6º | 0.68% | 0.86% | - |
| XYZ | 52.84 | 60.6 | 14.54 | - |
| YUV | 195.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 69 | 0 | 0.05 | 0.68 | 0.14 | 55.6 | 0.68 | 0.56 |
| Hex | DB | D0 | 45 | 0 | 5 | 44 | E | 38 | 44 | 38 |
| Octal | 333 | 320 | 105 | 0 | 5 | 104 | 16 | 70 | 104 | 70 |
| Binary | 11011011 | 11010000 | 1000101 | 0 | 101 | 1000100 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD045
Complementary color
Monochromatic Colors of #DBD045
Black with #DBD045
Text Example
Text Example
White with #DBD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD045; }
p { color: rgb(219,208,69); }
H1.HeaderClassName
{
color: #DBD045;
}
.AnyTagClassName
{
color: #DBD045;
}
</style>
background-color css
<style>
a { background-color: #DBD045; }
a { background-color: rgb(219,208,69); }
div.DivClassName
{
background-color: #DBD045;
}
.BgClassName
{
background-color: #DBD045;
}
</style>
border-color css
<style>
span { border-color: #DBD045; }
span { border-color: rgb(219,208,69); }
td.TdClassName
{
border-color: #DBD045;
}
.TagClassName
{
border-color: #DBD045;
}
</style>