Shades of Confetti #DBD445
Tints of Confetti #DBD445
RGB
CMYK
RGB Variations
Color information
#DBD445 (or 0xDBD445) is known color: Confetti. HEX triplet: DB, D4 and 45. RGB value is (219,212,69). Sum of RGB (Red+Green+Blue) = 219+212+69=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD445 is #242BBA. Grayscale: #C6C6C6. Windows color (decimal): -2370491 or 4576475. OLE color: 4576475.
HSL color Cylindrical-coordinate representation of color #DBD445: hue angle of 57.2º 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 #DBD445 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 69 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.14 |
| HSL | 57.2º | 0.68% | 0.56% | - |
| HSV(B) | 57.2º | 0.68% | 0.86% | - |
| XYZ | 53.83 | 62.58 | 14.87 | - |
| YUV | 197.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 69 | 0 | 0.03 | 0.68 | 0.14 | 57.2 | 0.68 | 0.56 |
| Hex | DB | D4 | 45 | 0 | 3 | 44 | E | 39 | 44 | 38 |
| Octal | 333 | 324 | 105 | 0 | 3 | 104 | 16 | 71 | 104 | 70 |
| Binary | 11011011 | 11010100 | 1000101 | 0 | 11 | 1000100 | 1110 | 111001 | 1000100 | 111000 |
Color Harmonies of #DBD445
Complementary color
Monochromatic Colors of #DBD445
Black with #DBD445
Text Example
Text Example
White with #DBD445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD445; }
p { color: rgb(219,212,69); }
H1.HeaderClassName
{
color: #DBD445;
}
.AnyTagClassName
{
color: #DBD445;
}
</style>
background-color css
<style>
a { background-color: #DBD445; }
a { background-color: rgb(219,212,69); }
div.DivClassName
{
background-color: #DBD445;
}
.BgClassName
{
background-color: #DBD445;
}
</style>
border-color css
<style>
span { border-color: #DBD445; }
span { border-color: rgb(219,212,69); }
td.TdClassName
{
border-color: #DBD445;
}
.TagClassName
{
border-color: #DBD445;
}
</style>