Shades of Confetti #DACD46
Tints of Confetti #DACD46
RGB
CMYK
RGB Variations
Color information
#DACD46 (or 0xDACD46) is known color: Confetti. HEX triplet: DA, CD and 46. RGB value is (218,205,70). Sum of RGB (Red+Green+Blue) = 218+205+70=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD46 is #2532B9. Grayscale: #C2C2C2. Windows color (decimal): -2437818 or 4640218. OLE color: 4640218.
HSL color Cylindrical-coordinate representation of color #DACD46: hue angle of 54.73º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DACD46 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 70 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.15 |
| HSL | 54.73º | 0.67% | 0.56% | - |
| HSV(B) | 54.73º | 0.68% | 0.85% | - |
| XYZ | 51.85 | 59.01 | 14.45 | - |
| YUV | 193.5 | 58.31 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 70 | 0 | 0.06 | 0.68 | 0.15 | 54.73 | 0.67 | 0.56 |
| Hex | DA | CD | 46 | 0 | 6 | 44 | F | 37 | 43 | 38 |
| Octal | 332 | 315 | 106 | 0 | 6 | 104 | 17 | 67 | 103 | 70 |
| Binary | 11011010 | 11001101 | 1000110 | 0 | 110 | 1000100 | 1111 | 110111 | 1000011 | 111000 |
Color Harmonies of #DACD46
Complementary color
Monochromatic Colors of #DACD46
Black with #DACD46
Text Example
Text Example
White with #DACD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD46; }
p { color: rgb(218,205,70); }
H1.HeaderClassName
{
color: #DACD46;
}
.AnyTagClassName
{
color: #DACD46;
}
</style>
background-color css
<style>
a { background-color: #DACD46; }
a { background-color: rgb(218,205,70); }
div.DivClassName
{
background-color: #DACD46;
}
.BgClassName
{
background-color: #DACD46;
}
</style>
border-color css
<style>
span { border-color: #DACD46; }
span { border-color: rgb(218,205,70); }
td.TdClassName
{
border-color: #DACD46;
}
.TagClassName
{
border-color: #DACD46;
}
</style>