Shades of Confetti #DAC146
Tints of Confetti #DAC146
RGB
CMYK
RGB Variations
Color information
#DAC146 (or 0xDAC146) is known color: Confetti. HEX triplet: DA, C1 and 46. RGB value is (218,193,70). Sum of RGB (Red+Green+Blue) = 218+193+70=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC146 is #253EB9. Grayscale: #BABABA. Windows color (decimal): -2440890 or 4637146. OLE color: 4637146.
HSL color Cylindrical-coordinate representation of color #DAC146: hue angle of 49.86º 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 #DAC146 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 70 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.15 |
| HSL | 49.86º | 0.67% | 0.56% | - |
| HSV(B) | 49.86º | 0.68% | 0.85% | - |
| XYZ | 49.09 | 53.49 | 13.53 | - |
| YUV | 186.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 70 | 0 | 0.11 | 0.68 | 0.15 | 49.86 | 0.67 | 0.56 |
| Hex | DA | C1 | 46 | 0 | B | 44 | F | 32 | 43 | 38 |
| Octal | 332 | 301 | 106 | 0 | 13 | 104 | 17 | 62 | 103 | 70 |
| Binary | 11011010 | 11000001 | 1000110 | 0 | 1011 | 1000100 | 1111 | 110010 | 1000011 | 111000 |
Color Harmonies of #DAC146
Complementary color
Monochromatic Colors of #DAC146
Black with #DAC146
Text Example
Text Example
White with #DAC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC146; }
p { color: rgb(218,193,70); }
H1.HeaderClassName
{
color: #DAC146;
}
.AnyTagClassName
{
color: #DAC146;
}
</style>
background-color css
<style>
a { background-color: #DAC146; }
a { background-color: rgb(218,193,70); }
div.DivClassName
{
background-color: #DAC146;
}
.BgClassName
{
background-color: #DAC146;
}
</style>
border-color css
<style>
span { border-color: #DAC146; }
span { border-color: rgb(218,193,70); }
td.TdClassName
{
border-color: #DAC146;
}
.TagClassName
{
border-color: #DAC146;
}
</style>