Shades of Confetti #DBD245
Tints of Confetti #DBD245
RGB
CMYK
RGB Variations
Color information
#DBD245 (or 0xDBD245) is known color: Confetti. HEX triplet: DB, D2 and 45. RGB value is (219,210,69). Sum of RGB (Red+Green+Blue) = 219+210+69=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD245 is #242DBA. Grayscale: #C5C5C5. Windows color (decimal): -2371003 or 4575963. OLE color: 4575963.
HSL color Cylindrical-coordinate representation of color #DBD245: hue angle of 56.4º 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 #DBD245 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 69 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.14 |
| HSL | 56.4º | 0.68% | 0.56% | - |
| HSV(B) | 56.4º | 0.68% | 0.86% | - |
| XYZ | 53.33 | 61.58 | 14.71 | - |
| YUV | 196.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 69 | 0 | 0.04 | 0.68 | 0.14 | 56.4 | 0.68 | 0.56 |
| Hex | DB | D2 | 45 | 0 | 4 | 44 | E | 38 | 44 | 38 |
| Octal | 333 | 322 | 105 | 0 | 4 | 104 | 16 | 70 | 104 | 70 |
| Binary | 11011011 | 11010010 | 1000101 | 0 | 100 | 1000100 | 1110 | 111000 | 1000100 | 111000 |
Color Harmonies of #DBD245
Complementary color
Monochromatic Colors of #DBD245
Black with #DBD245
Text Example
Text Example
White with #DBD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD245; }
p { color: rgb(219,210,69); }
H1.HeaderClassName
{
color: #DBD245;
}
.AnyTagClassName
{
color: #DBD245;
}
</style>
background-color css
<style>
a { background-color: #DBD245; }
a { background-color: rgb(219,210,69); }
div.DivClassName
{
background-color: #DBD245;
}
.BgClassName
{
background-color: #DBD245;
}
</style>
border-color css
<style>
span { border-color: #DBD245; }
span { border-color: rgb(219,210,69); }
td.TdClassName
{
border-color: #DBD245;
}
.TagClassName
{
border-color: #DBD245;
}
</style>