Shades of Confetti #DBD145
Tints of Confetti #DBD145
RGB
CMYK
RGB Variations
Color information
#DBD145 (or 0xDBD145) is known color: Confetti. HEX triplet: DB, D1 and 45. RGB value is (219,209,69). Sum of RGB (Red+Green+Blue) = 219+209+69=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD145 is #242EBA. Grayscale: #C4C4C4. Windows color (decimal): -2371259 or 4575707. OLE color: 4575707.
HSL color Cylindrical-coordinate representation of color #DBD145: hue angle of 56º 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 #DBD145 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 69 | - |
CMYK | 0 | 0.05 | 0.68 | 0.14 |
HSL | 56º | 0.68% | 0.56% | - |
HSV(B) | 56º | 0.68% | 0.86% | - |
XYZ | 53.09 | 61.09 | 14.62 | - |
YUV | 196.03 | 56.31 | 144.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 69 | 0 | 0.05 | 0.68 | 0.14 | 56 | 0.68 | 0.56 |
Hex | DB | D1 | 45 | 0 | 5 | 44 | E | 38 | 44 | 38 |
Octal | 333 | 321 | 105 | 0 | 5 | 104 | 16 | 70 | 104 | 70 |
Binary | 11011011 | 11010001 | 1000101 | 0 | 101 | 1000100 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD145
Complementary color
Monochromatic Colors of #DBD145
Black with #DBD145
Text Example
Text Example
White with #DBD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD145; }
p { color: rgb(219,209,69); }
H1.HeaderClassName
{
color: #DBD145;
}
.AnyTagClassName
{
color: #DBD145;
}
</style>
background-color css
<style>
a { background-color: #DBD145; }
a { background-color: rgb(219,209,69); }
div.DivClassName
{
background-color: #DBD145;
}
.BgClassName
{
background-color: #DBD145;
}
</style>
border-color css
<style>
span { border-color: #DBD145; }
span { border-color: rgb(219,209,69); }
td.TdClassName
{
border-color: #DBD145;
}
.TagClassName
{
border-color: #DBD145;
}
</style>