Shades of Confetti #DBD151
Tints of Confetti #DBD151
RGB
CMYK
RGB Variations
Color information
#DBD151 (or 0xDBD151) is known color: Confetti. HEX triplet: DB, D1 and 51. RGB value is (219,209,81). Sum of RGB (Red+Green+Blue) = 219+209+81=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD151 is #242EAE. Grayscale: #C5C5C5. Windows color (decimal): -2371247 or 5362139. OLE color: 5362139.
HSL color Cylindrical-coordinate representation of color #DBD151: hue angle of 55.65º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBD151 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 81 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.14 |
| HSL | 55.65º | 0.66% | 0.59% | - |
| HSV(B) | 55.65º | 0.63% | 0.86% | - |
| XYZ | 53.5 | 61.26 | 16.79 | - |
| YUV | 197.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 81 | 0 | 0.05 | 0.63 | 0.14 | 55.65 | 0.66 | 0.59 |
| Hex | DB | D1 | 51 | 0 | 5 | 3F | E | 38 | 42 | 3B |
| Octal | 333 | 321 | 121 | 0 | 5 | 77 | 16 | 70 | 102 | 73 |
| Binary | 11011011 | 11010001 | 1010001 | 0 | 101 | 111111 | 1110 | 111000 | 1000010 | 111011 |
Color Harmonies of #DBD151
Complementary color
Monochromatic Colors of #DBD151
Black with #DBD151
Text Example
Text Example
White with #DBD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD151; }
p { color: rgb(219,209,81); }
H1.HeaderClassName
{
color: #DBD151;
}
.AnyTagClassName
{
color: #DBD151;
}
</style>
background-color css
<style>
a { background-color: #DBD151; }
a { background-color: rgb(219,209,81); }
div.DivClassName
{
background-color: #DBD151;
}
.BgClassName
{
background-color: #DBD151;
}
</style>
border-color css
<style>
span { border-color: #DBD151; }
span { border-color: rgb(219,209,81); }
td.TdClassName
{
border-color: #DBD151;
}
.TagClassName
{
border-color: #DBD151;
}
</style>