Shades of Confetti #DBD645
Tints of Confetti #DBD645
RGB
CMYK
RGB Variations
Color information
#DBD645 (or 0xDBD645) is known color: Confetti. HEX triplet: DB, D6 and 45. RGB value is (219,214,69). Sum of RGB (Red+Green+Blue) = 219+214+69=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD645 is #2429BA. Grayscale: #C7C7C7. Windows color (decimal): -2369979 or 4576987. OLE color: 4576987.
HSL color Cylindrical-coordinate representation of color #DBD645: hue angle of 58º 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 #DBD645 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 69 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.14 |
| HSL | 58º | 0.68% | 0.56% | - |
| HSV(B) | 58º | 0.68% | 0.86% | - |
| XYZ | 54.33 | 63.58 | 15.04 | - |
| YUV | 198.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 69 | 0 | 0.02 | 0.68 | 0.14 | 58 | 0.68 | 0.56 |
| Hex | DB | D6 | 45 | 0 | 2 | 44 | E | 3A | 44 | 38 |
| Octal | 333 | 326 | 105 | 0 | 2 | 104 | 16 | 72 | 104 | 70 |
| Binary | 11011011 | 11010110 | 1000101 | 0 | 10 | 1000100 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DBD645
Complementary color
Monochromatic Colors of #DBD645
Black with #DBD645
Text Example
Text Example
White with #DBD645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD645; }
p { color: rgb(219,214,69); }
H1.HeaderClassName
{
color: #DBD645;
}
.AnyTagClassName
{
color: #DBD645;
}
</style>
background-color css
<style>
a { background-color: #DBD645; }
a { background-color: rgb(219,214,69); }
div.DivClassName
{
background-color: #DBD645;
}
.BgClassName
{
background-color: #DBD645;
}
</style>
border-color css
<style>
span { border-color: #DBD645; }
span { border-color: rgb(219,214,69); }
td.TdClassName
{
border-color: #DBD645;
}
.TagClassName
{
border-color: #DBD645;
}
</style>