Shades of Confetti #DBCD48
Tints of Confetti #DBCD48
RGB
CMYK
RGB Variations
Color information
#DBCD48 (or 0xDBCD48) is known color: Confetti. HEX triplet: DB, CD and 48. RGB value is (219,205,72). Sum of RGB (Red+Green+Blue) = 219+205+72=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD48 is #2432B7. Grayscale: #C2C2C2. Windows color (decimal): -2372280 or 4771291. OLE color: 4771291.
HSL color Cylindrical-coordinate representation of color #DBCD48: hue angle of 54.29º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBCD48 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 72 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.14 |
| HSL | 54.29º | 0.67% | 0.57% | - |
| HSV(B) | 54.29º | 0.67% | 0.86% | - |
| XYZ | 52.21 | 59.19 | 14.8 | - |
| YUV | 194.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 72 | 0 | 0.06 | 0.67 | 0.14 | 54.29 | 0.67 | 0.57 |
| Hex | DB | CD | 48 | 0 | 6 | 43 | E | 36 | 43 | 39 |
| Octal | 333 | 315 | 110 | 0 | 6 | 103 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001101 | 1001000 | 0 | 110 | 1000011 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCD48
Complementary color
Monochromatic Colors of #DBCD48
Black with #DBCD48
Text Example
Text Example
White with #DBCD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD48; }
p { color: rgb(219,205,72); }
H1.HeaderClassName
{
color: #DBCD48;
}
.AnyTagClassName
{
color: #DBCD48;
}
</style>
background-color css
<style>
a { background-color: #DBCD48; }
a { background-color: rgb(219,205,72); }
div.DivClassName
{
background-color: #DBCD48;
}
.BgClassName
{
background-color: #DBCD48;
}
</style>
border-color css
<style>
span { border-color: #DBCD48; }
span { border-color: rgb(219,205,72); }
td.TdClassName
{
border-color: #DBCD48;
}
.TagClassName
{
border-color: #DBCD48;
}
</style>