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