Shades of Confetti #DBCD47
Tints of Confetti #DBCD47
RGB
CMYK
RGB Variations
Color information
#DBCD47 (or 0xDBCD47) is known color: Confetti. HEX triplet: DB, CD and 47. RGB value is (219,205,71). Sum of RGB (Red+Green+Blue) = 219+205+71=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD47 is #2432B8. Grayscale: #C2C2C2. Windows color (decimal): -2372281 or 4705755. OLE color: 4705755.
HSL color Cylindrical-coordinate representation of color #DBCD47: hue angle of 54.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBCD47 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 71 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.14 |
| HSL | 54.32º | 0.67% | 0.57% | - |
| HSV(B) | 54.32º | 0.68% | 0.86% | - |
| XYZ | 52.18 | 59.18 | 14.63 | - |
| YUV | 193.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 71 | 0 | 0.06 | 0.68 | 0.14 | 54.32 | 0.67 | 0.57 |
| Hex | DB | CD | 47 | 0 | 6 | 44 | E | 36 | 43 | 39 |
| Octal | 333 | 315 | 107 | 0 | 6 | 104 | 16 | 66 | 103 | 71 |
| Binary | 11011011 | 11001101 | 1000111 | 0 | 110 | 1000100 | 1110 | 110110 | 1000011 | 111001 |
Color Harmonies of #DBCD47
Complementary color
Monochromatic Colors of #DBCD47
Black with #DBCD47
Text Example
Text Example
White with #DBCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD47; }
p { color: rgb(219,205,71); }
H1.HeaderClassName
{
color: #DBCD47;
}
.AnyTagClassName
{
color: #DBCD47;
}
</style>
background-color css
<style>
a { background-color: #DBCD47; }
a { background-color: rgb(219,205,71); }
div.DivClassName
{
background-color: #DBCD47;
}
.BgClassName
{
background-color: #DBCD47;
}
</style>
border-color css
<style>
span { border-color: #DBCD47; }
span { border-color: rgb(219,205,71); }
td.TdClassName
{
border-color: #DBCD47;
}
.TagClassName
{
border-color: #DBCD47;
}
</style>