Shades of Confetti #DACD49
Tints of Confetti #DACD49
RGB
CMYK
RGB Variations
Color information
#DACD49 (or 0xDACD49) is known color: Confetti. HEX triplet: DA, CD and 49. RGB value is (218,205,73). Sum of RGB (Red+Green+Blue) = 218+205+73=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD49 is #2532B6. Grayscale: #C2C2C2. Windows color (decimal): -2437815 or 4836826. OLE color: 4836826.
HSL color Cylindrical-coordinate representation of color #DACD49: hue angle of 54.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DACD49 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 73 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.15 |
| HSL | 54.62º | 0.66% | 0.57% | - |
| HSV(B) | 54.62º | 0.67% | 0.85% | - |
| XYZ | 51.95 | 59.05 | 14.96 | - |
| YUV | 193.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 73 | 0 | 0.06 | 0.67 | 0.15 | 54.62 | 0.66 | 0.57 |
| Hex | DA | CD | 49 | 0 | 6 | 43 | F | 37 | 42 | 39 |
| Octal | 332 | 315 | 111 | 0 | 6 | 103 | 17 | 67 | 102 | 71 |
| Binary | 11011010 | 11001101 | 1001001 | 0 | 110 | 1000011 | 1111 | 110111 | 1000010 | 111001 |
Color Harmonies of #DACD49
Complementary color
Monochromatic Colors of #DACD49
Black with #DACD49
Text Example
Text Example
White with #DACD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD49; }
p { color: rgb(218,205,73); }
H1.HeaderClassName
{
color: #DACD49;
}
.AnyTagClassName
{
color: #DACD49;
}
</style>
background-color css
<style>
a { background-color: #DACD49; }
a { background-color: rgb(218,205,73); }
div.DivClassName
{
background-color: #DACD49;
}
.BgClassName
{
background-color: #DACD49;
}
</style>
border-color css
<style>
span { border-color: #DACD49; }
span { border-color: rgb(218,205,73); }
td.TdClassName
{
border-color: #DACD49;
}
.TagClassName
{
border-color: #DACD49;
}
</style>