Shades of Confetti #DBD446
Tints of Confetti #DBD446
RGB
CMYK
RGB Variations
Color information
#DBD446 (or 0xDBD446) is known color: Confetti. HEX triplet: DB, D4 and 46. RGB value is (219,212,70). Sum of RGB (Red+Green+Blue) = 219+212+70=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD446 is #242BB9. Grayscale: #C6C6C6. Windows color (decimal): -2370490 or 4642011. OLE color: 4642011.
HSL color Cylindrical-coordinate representation of color #DBD446: hue angle of 57.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBD446 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 70 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.14 |
| HSL | 57.18º | 0.67% | 0.57% | - |
| HSV(B) | 57.18º | 0.68% | 0.86% | - |
| XYZ | 53.86 | 62.59 | 15.04 | - |
| YUV | 197.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 70 | 0 | 0.03 | 0.68 | 0.14 | 57.18 | 0.67 | 0.57 |
| Hex | DB | D4 | 46 | 0 | 3 | 44 | E | 39 | 43 | 39 |
| Octal | 333 | 324 | 106 | 0 | 3 | 104 | 16 | 71 | 103 | 71 |
| Binary | 11011011 | 11010100 | 1000110 | 0 | 11 | 1000100 | 1110 | 111001 | 1000011 | 111001 |
Color Harmonies of #DBD446
Complementary color
Monochromatic Colors of #DBD446
Black with #DBD446
Text Example
Text Example
White with #DBD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD446; }
p { color: rgb(219,212,70); }
H1.HeaderClassName
{
color: #DBD446;
}
.AnyTagClassName
{
color: #DBD446;
}
</style>
background-color css
<style>
a { background-color: #DBD446; }
a { background-color: rgb(219,212,70); }
div.DivClassName
{
background-color: #DBD446;
}
.BgClassName
{
background-color: #DBD446;
}
</style>
border-color css
<style>
span { border-color: #DBD446; }
span { border-color: rgb(219,212,70); }
td.TdClassName
{
border-color: #DBD446;
}
.TagClassName
{
border-color: #DBD446;
}
</style>